update workflow

This commit is contained in:
Poker 2023-11-15 18:37:01 +08:00
parent 9271218c0c
commit 5acec1932e
No known key found for this signature in database
GPG Key ID: C65A6AD457D5C8F8
2 changed files with 4 additions and 4 deletions

View File

@ -50,10 +50,10 @@ jobs:
id: setup-nuget
uses: NuGet/setup-nuget@v1.1.1
- name: Setup .NET 7
- name: Setup .NET 8
uses: actions/setup-dotnet@v3
with:
dotnet-version: '7.0.x'
dotnet-version: '8.0.x'
- name: Restore Files
id: restore_project

View File

@ -16,10 +16,10 @@
<a href="https://github.com/Pixeval/Pixeval/issues/new/choose" target="_blank">
<img src="https://img.shields.io/static/v1?label=feedback&message=issues&color=pink&style=for-the-badge&logo=Github&logoColor=white"/>
</a>
<a href="https://dotnet.microsoft.com/en-us/download/dotnet/8.0" target="_blank">
<a href="https://dotnet.microsoft.com/download/dotnet/8.0" target="_blank">
<img src="https://img.shields.io/static/v1?label=runtime&message=.NET%208.0&color=yellow&style=for-the-badge&logo=.NET&logoColor=white"/>
</a>
<a href="https://dotnet.microsoft.com/en-us/download/dotnet/6.0" target="_blank">
<a href="" target="_blank">
<img src="https://img.shields.io/badge/Platform-Windows10.0.19041-512BD4?&style=for-the-badge&logo=Windows&logoColor=white"/>
</a>
</p>