Skip to content
Snippets Groups Projects
Select Git revision
  • master
1 result

main.asm

Blame
  • Forked from an inaccessible project.
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    Project.Tests.csproj 641 B
    <Project Sdk="Microsoft.NET.Sdk">
    	<PropertyGroup>
    		<OutputType>Library</OutputType>
    		<RootNamespace>Coscine.Api.Project.Tests</RootNamespace>
    		<AssemblyName>Coscine.Api.Project.Tests</AssemblyName>
    		<TargetFramework>net5.0</TargetFramework>
    	</PropertyGroup>
    	<ItemGroup>
    		<ProjectReference Include="..\Project\Project.csproj" />
    	</ItemGroup>
    	<ItemGroup>
    		<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.1" />
    		<PackageReference Include="Moq" Version="4.16.1" />
    		<PackageReference Include="NUnit" Version="3.13.1" />
    		<PackageReference Include="NUnit3TestAdapter" Version="3.17.0" />
    	</ItemGroup>
    </Project>