We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96b8d76 commit 9c087deCopy full SHA for 9c087de
NETCoreAppClassLibraryTest/NETCoreAppClassLibraryTest.csproj
@@ -1,14 +1,19 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
+
3
<PropertyGroup>
4
<TargetFramework>netcoreapp3.1</TargetFramework>
5
6
<IsPackable>false</IsPackable>
7
</PropertyGroup>
8
9
<ItemGroup>
10
<PackageReference Include="nunit" Version="3.12.0" />
11
<PackageReference Include="NUnit3TestAdapter" Version="3.15.1" />
12
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" />
13
</ItemGroup>
14
15
16
<ProjectReference Include="..\NETStandardClassLibrary\NETStandardClassLibrary.csproj" />
17
18
19
</Project>
0 commit comments