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 089c902 commit 793ba76Copy full SHA for 793ba76
SyncChanges.Tests/SyncChanges.Tests.csproj
@@ -2,6 +2,7 @@
2
<PropertyGroup>
3
<TargetFramework>net461</TargetFramework>
4
<SonarQubeExclude>true</SonarQubeExclude>
5
+ <IsTestProject>true</IsTestProject>
6
</PropertyGroup>
7
<ItemGroup>
8
<Folder Include="Properties\" />
@@ -12,7 +13,7 @@
12
13
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
14
</PackageReference>
15
<PackageReference Include="NPoco" Version="4.0.1" />
- <PackageReference Include="NUnit" Version="3.10.1" />
16
+ <PackageReference Include="NUnit" Version="3.12.0" />
17
<PackageReference Include="NUnit3TestAdapter" Version="3.13.0" />
18
</ItemGroup>
19
0 commit comments