File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4+ <TargetFrameworks >net8.0;net9.0;net10.0</TargetFrameworks >
45 <AssemblyName >Snapshooter.MSTest</AssemblyName >
56 <RootNamespace >Snapshooter.MSTest</RootNamespace >
67 <PackageId >Snapshooter.MSTest</PackageId >
1213 </PropertyGroup >
1314
1415 <ItemGroup >
15- <PackageReference Include =" MSTest.TestAdapter" Version =" 4.0.1" />
16- <PackageReference Include =" MSTest.TestFramework" Version =" 4.0.1" />
16+ <PackageReference Include =" MSTest" Version =" 4.1.0" />
1717 </ItemGroup >
1818
1919 <ItemGroup >
Original file line number Diff line number Diff line change 55 <RootNamespace >Snapshooter.MSTest.Tests</RootNamespace >
66 </PropertyGroup >
77
8- <ItemGroup >
9- <PackageReference Include =" MSTest.TestAdapter" Version =" 4.0.1" />
10- <PackageReference Include =" MSTest.TestFramework" Version =" 4.0.1" />
11- </ItemGroup >
12-
138 <ItemGroup >
149 <ProjectReference Include =" ..\..\src\Snapshooter.MSTest\Snapshooter.MSTest.csproj" />
1510 <ProjectReference Include =" ..\Snapshooter.Tests.Data\Snapshooter.Tests.Data.csproj" />
Original file line number Diff line number Diff line change 99 </PropertyGroup >
1010
1111 <ItemGroup >
12- <PackageReference Condition =" '$(MSBuildProjectName)' != 'Snapshooter.TUnit.Tests'" Include =" Microsoft.NET.Test.Sdk" Version =" 17.3.2 " />
12+ <PackageReference Condition =" '$(MSBuildProjectName)' != 'Snapshooter.TUnit.Tests'" Include =" Microsoft.NET.Test.Sdk" Version =" 18.0.1 " />
1313 <PackageReference Include =" FluentAssertions" Version =" 6.7.0" />
1414 <PackageReference Include =" Moq" Version =" 4.18.2" />
1515 <PackageReference Include =" coverlet.collector" Version =" 3.1.2" />
You can’t perform that action at this time.
0 commit comments