Skip to content

Commit

Permalink
Reverted to dotnet sdk 5.0.403 because of failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeuchler committed Nov 18, 2021
1 parent 2121317 commit 593513f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
MORYX_OPTIMIZE_CODE: "false"
MORYX_BUILD_CONFIG: "Release"
MORYX_BUILDNUMBER: ${{github.run_number}}
dotnet_sdk_version: '6.0.100'
dotnet_sdk_version: '5.0.403'
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true

jobs:
Expand Down
8 changes: 4 additions & 4 deletions Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
<PackageReference Update="Caliburn.Micro" Version="3.2.0" />
<PackageReference Update="Castle.Windsor" Version="5.0.1" />
<PackageReference Update="CommandLineParser" Version="2.8.0" />
<PackageReference Update="Microsoft.NET.Test.Sdk" Version="16.8.0" />
<PackageReference Update="Moq" Version="4.15.1" />
<PackageReference Update="NUnit" Version="3.12.0" />
<PackageReference Update="NUnit3TestAdapter" Version="3.17.0" />
<PackageReference Update="Microsoft.NET.Test.Sdk" Version="16.11.0" />
<PackageReference Update="Moq" Version="4.16.1" />
<PackageReference Update="NUnit" Version="3.13.2" />
<PackageReference Update="NUnit3TestAdapter" Version="4.1.0" />

<!--Platform dependencies-->
<PackageReference Update="Moryx" Version="$(MoryxCoreVersion)" />
Expand Down

0 comments on commit 593513f

Please sign in to comment.