mirror of
https://github.com/AlexMacocian/MonoGame.Extended.git
synced 2026-07-21 01:39:32 +00:00
[Weekly] Version 4.0.3 (#952)
* Starting 4.0.2 release prep * Update changelog * Bump version number to 4.0.3 * Updated workflows to use dotnet 8
This commit is contained in:
committed by
GitHub
parent
9da44c8286
commit
a0613cff6c
@@ -42,7 +42,7 @@ jobs:
|
||||
- name: Setup Dotnet
|
||||
uses: actions/setup-dotnet@v4
|
||||
with:
|
||||
dotnet-version: 6.0.x
|
||||
dotnet-version: 8.0.x
|
||||
|
||||
- name: Build MonoGame.Extended
|
||||
run: dotnet build MonoGame.Extended.sln --nologo --verbosity minimal --configuration Release
|
||||
|
||||
@@ -26,7 +26,7 @@ jobs:
|
||||
- name: Setup DotNet
|
||||
uses: actions/setup-dotnet@v4
|
||||
with:
|
||||
dotnet-version: 6.0.x
|
||||
dotnet-version: 8.0.x
|
||||
|
||||
- name: Test MonoGame.Extended
|
||||
run: dotnet test MonoGame.Extended.sln --nologo --verbosity minimal --configuration Release
|
||||
|
||||
Reference in New Issue
Block a user