Skip to content

Commit 8632f77

Browse files
committed
incorporate review comments
1 parent ed1a24c commit 8632f77

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,4 +318,3 @@ FolderProfile.pubxml
318318
/NuGet.config
319319
nuget.config
320320
*.dmp
321-
/test/coverlet.core.coverage.tests/System.Private.CoreLib-version.png

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Contributions are highly welcome, however, except for very small changes, kindly
66

77
STS version [.NET SDK 9.0](https://dotnet.microsoft.com/en-us/download/dotnet/9.0) for development environment
88

9-
LTS version [.NET SDK 8.0](https://dotnet.microsoft.com/en-us/download/dotnet/9.0) for runtime environment
9+
LTS version [.NET SDK 8.0](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) for runtime environment
1010

1111
## Building the Project
1212

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<PackageVersion Include="System.Net.Http" Version="4.3.4" />
6262
<PackageVersion Include="System.Reflection.Metadata" Version="8.0.1" />
6363
<PackageVersion Include="System.Runtime.CompilerServices.Unsafe" Version="6.1.2" />
64-
<PackageVersion Include="System.Security.Cryptography.Pkcs" Version="6.0.5" />
64+
<PackageVersion Include="System.Security.Cryptography.Pkcs" Version="8.0.1" />
6565
<PackageVersion Include="System.Text.Encoding.CodePages" Version="8.0.0" />
6666
<PackageVersion Include="System.Text.Json" Version="8.0.5" />
6767
<PackageVersion Include="System.Text.RegularExpressions" Version="4.3.1" />

0 commit comments

Comments
 (0)