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 5372a3e commit d7f4086Copy full SHA for d7f4086
Tests_WebCompiler/Tests_WebCompiler.csproj
@@ -6,12 +6,12 @@
6
<RootNamespace>Tests_WebCompiler</RootNamespace>
7
</PropertyGroup>
8
<ItemGroup>
9
- <PackageReference Include="NUnit" Version="4.1.0" />
+ <PackageReference Include="NUnit" Version="4.2.1" />
10
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0">
11
<PrivateAssets>all</PrivateAssets>
12
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
13
</PackageReference>
14
- <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
+ <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
15
</ItemGroup>
16
17
<ProjectReference Include="..\WebCompiler\WebCompiler.csproj" />
0 commit comments