mirror of
https://github.com/raylib-cs/raylib-cs
synced 2025-09-09 03:01:41 -04:00
Update build.yml to net6.0 for tests
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
||||
- name: Setup dotnet
|
||||
uses: actions/setup-dotnet@v1
|
||||
with:
|
||||
dotnet-version: 5.0.x
|
||||
dotnet-version: 6.0.x
|
||||
- name: Build project
|
||||
run: dotnet build -c Release
|
||||
- name: Test project
|
||||
@@ -96,7 +96,7 @@ jobs:
|
||||
xpath: "//PackageVersion"
|
||||
|
||||
- name: Create NuGet Package
|
||||
run: dotnet pack -c Release
|
||||
run: dotnet pack -c Release Raylib-cs
|
||||
|
||||
- name: Upload NuGet Package As Artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
|
@@ -162,7 +162,7 @@ namespace Raylib_cs
|
||||
MOUSE_BUTTON_EXTRA = 4,
|
||||
|
||||
/// <summary>
|
||||
/// Mouse button fordward (advanced mouse device)
|
||||
/// Mouse button forward (advanced mouse device)
|
||||
/// </summary>
|
||||
MOUSE_BUTTON_FORWARD = 5,
|
||||
|
||||
|
Reference in New Issue
Block a user