File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >net6.0</TargetFramework >
9
9
</PropertyGroup >
10
10
11
11
<ItemGroup >
12
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version = " 17.10.0 " />
13
- <PackageReference Include =" NUnit" Version =" 4.1.0 " />
14
- <PackageReference Include =" NUnit3TestAdapter" version = " 4.6.0 " />
12
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" />
13
+ <PackageReference Include =" NUnit" Version =" 4.2.2 " />
14
+ <PackageReference Include =" NUnit3TestAdapter" />
15
15
<PackageReference Include =" coverlet.collector" Version =" 6.0.2" >
16
16
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
17
17
<PrivateAssets >all</PrivateAssets >
Original file line number Diff line number Diff line change 12
12
<!-- General Packages -->
13
13
<ItemGroup >
14
14
<PackageVersion Include =" Microsoft.SourceLink.GitHub" Version =" 8.0.0" />
15
- <PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" 17.10 .0" />
15
+ <PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" 17.11 .0" />
16
16
<PackageVersion Include =" NUnit3TestAdapter" Version =" 4.6.0" />
17
17
<PackageVersion Include =" FSharp.Core" Version =" 8.0.400" />
18
18
</ItemGroup >
You can’t perform that action at this time.
0 commit comments