Use .NET SDK 5.0.300, which seems to be required for reproducible builds

This commit is contained in:
wtfsck 2021-08-20 19:59:25 +02:00
parent b09e4aa9ef
commit 54d286fa37
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ on:
# Keep this in sync with the other *.yml files
env:
CI_REQ_DOTNET_SDK_VER: 5.0.100
CI_REQ_DOTNET_SDK_VER: 5.0.300
COVERAGE_FILENAME: coverage.info
CI_NODE_MIN_VER: 12.0.0
RUSTFLAGS: -D warnings

View File

@ -6,7 +6,7 @@ on:
# Keep this in sync with the other *.yml files
env:
CI_REQ_DOTNET_SDK_VER: 5.0.100
CI_REQ_DOTNET_SDK_VER: 5.0.300
COVERAGE_FILENAME: coverage.info
CI_NODE_MIN_VER: 12.0.0
RUSTFLAGS: -D warnings