File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 66 </PropertyGroup >
77
88 <ItemGroup >
9- <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 3.8.0 " PrivateAssets =" all" />
9+ <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 4.0.1 " PrivateAssets =" all" />
1010 </ItemGroup >
1111
1212</Project >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net5 .0</TargetFramework >
4+ <TargetFramework >net6 .0</TargetFramework >
55 <Copyright >Copyright © 2020</Copyright >
66
77 <IsPackable >false</IsPackable >
2323
2424 <ItemGroup >
2525 <PackageReference Include =" Moq" version =" 4.15.1" />
26- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.8 .0" />
27- <PackageReference Include =" MSTest.TestAdapter" Version =" 2.1.2 " />
28- <PackageReference Include =" MSTest.TestFramework" Version =" 2.1.2 " />
26+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.0 .0" />
27+ <PackageReference Include =" MSTest.TestAdapter" Version =" 2.2.8 " />
28+ <PackageReference Include =" MSTest.TestFramework" Version =" 2.2.8 " />
2929 <ProjectReference Include =" ..\Moq.AutoMock\Moq.AutoMock.csproj" />
3030 </ItemGroup >
3131</Project >
Original file line number Diff line number Diff line change 2828
2929
3030 <ItemGroup >
31- <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0 " >
31+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.1.1 " >
3232 <PrivateAssets >all</PrivateAssets >
3333 </PackageReference >
3434 <PackageReference Include =" Moq" Version =" 4.15.1" />
You can’t perform that action at this time.
0 commit comments