File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project Sdk =" Microsoft.NET.Sdk" >
33 <PropertyGroup >
4- <TargetFramework >net6 .0</TargetFramework >
4+ <TargetFramework >net10 .0</TargetFramework >
55 <ImplicitUsings >enable</ImplicitUsings >
66 <Nullable >enable</Nullable >
77 <IsPackable >false</IsPackable >
88 <IsTestProject >true</IsTestProject >
99 </PropertyGroup >
1010 <ItemGroup >
11- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.8.0 " />
12- <PackageReference Include =" NUnit" Version =" 4.0.1 " />
13- <PackageReference Include =" NUnit3TestAdapter" Version =" 4.5 .0" />
14- <PackageReference Include =" NUnit.Analyzers" Version =" 3.10.0 " >
11+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 18.0.1 " />
12+ <PackageReference Include =" NUnit" Version =" 4.4.0 " />
13+ <PackageReference Include =" NUnit3TestAdapter" Version =" 6.0 .0" />
14+ <PackageReference Include =" NUnit.Analyzers" Version =" 4.11.2 " >
1515 <PrivateAssets >all</PrivateAssets >
1616 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
1717 </PackageReference >
18- <PackageReference Include =" coverlet.collector" Version =" 6.0.0 " >
18+ <PackageReference Include =" coverlet.collector" Version =" 6.0.4 " >
1919 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
2020 <PrivateAssets >all</PrivateAssets >
2121 </PackageReference >
You can’t perform that action at this time.
0 commit comments