mirror of
https://github.com/Pixeval/Pixeval.git
synced 2025-01-08 11:47:34 +08:00
update workflow
This commit is contained in:
parent
9271218c0c
commit
5acec1932e
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -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
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user