This repository was archived by the owner on Oct 2, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
src/CodeContractNullability
CodeContractNullability.Test Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ md coverage
44
55set configuration = Debug
66set opencover = " %USERPROFILE% \.nuget\packages\OpenCover\4.7.922\tools\OpenCover.Console.exe"
7- set reportgenerator = " %USERPROFILE% \.nuget\packages\ReportGenerator\4.0.13.1 \tools\net47\ReportGenerator.exe"
7+ set reportgenerator = " %USERPROFILE% \.nuget\packages\ReportGenerator\4.0.15 \tools\net47\ReportGenerator.exe"
88set testrunner = " %USERPROFILE% \.nuget\packages\xunit.runner.console\2.4.1\tools\net47\xunit.console.x86.exe"
9- set target = " .\src\CodeContractNullability\CodeContractNullability.Test\bin\%configuration% \net46 \CodeContractNullability.Test.dll -noshadow"
9+ set target = " .\src\CodeContractNullability\CodeContractNullability.Test\bin\%configuration% \net472 \CodeContractNullability.Test.dll -noshadow"
1010set filter = " +[CodeContractNullability*]* -[CodeContractNullability.Test*]*"
1111set coveragefile = " .\coverage\CodeCoverage.xml"
1212
Original file line number Diff line number Diff line change 1414 </ItemGroup >
1515 <ItemGroup >
1616 <PackageReference Include =" FluentAssertions" Version =" 5.6.0" />
17- <PackageReference Include =" JetBrains.Annotations" Version =" 2018.3.0 " />
18- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.9.0 " />
17+ <PackageReference Include =" JetBrains.Annotations" Version =" 2019.1.1 " />
18+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.0.1 " />
1919 <PackageReference Include =" OpenCover" Version =" 4.7.922" />
20- <PackageReference Include =" ReportGenerator" Version =" 4.0.13.1 " />
20+ <PackageReference Include =" ReportGenerator" Version =" 4.0.15 " />
2121 <PackageReference Include =" ResharperCodeContractNullability" Version =" 1.0.10" >
2222 <PrivateAssets >all</PrivateAssets >
2323 <IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ You need Visual Studio 2015/2017/2019 and Resharper v9 or higher to use this ana
4040 </ItemGroup >
4141 <ItemGroup >
4242 <PackageReference Update =" NETStandard.Library" PrivateAssets =" all" />
43- <PackageReference Include =" JetBrains.Annotations" Version =" 2018.3.0 " PrivateAssets =" all" />
44- <PackageReference Include =" JetBrains.ExternalAnnotations" Version =" 10.2.55 " PrivateAssets =" all" />
43+ <PackageReference Include =" JetBrains.Annotations" Version =" 2019.1.1 " PrivateAssets =" all" />
44+ <PackageReference Include =" JetBrains.ExternalAnnotations" Version =" 10.2.57 " PrivateAssets =" all" />
4545 <PackageReference Include =" Microsoft.CodeAnalysis" Version =" 1.0.1" PrivateAssets =" all" />
4646 <PackageReference Include =" Microsoft.CodeAnalysis.Analyzers" Version =" 1.1.0" PrivateAssets =" all" />
4747 <PackageReference Include =" MsgPack.Cli" Version =" 1.0.1" PrivateAssets =" all" />
You can’t perform that action at this time.
0 commit comments