fix: Updates .NET 7 SDK to 7.0.201 for CI/CD (#1351)

This commit is contained in:
Kamron Batman 2023-02-25 00:57:18 -08:00 committed by GitHub
parent 42012538bc
commit ac7c3522f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View file

@ -24,7 +24,7 @@ jobs:
- name: Setup .NET 7 - name: Setup .NET 7
uses: actions/setup-dotnet@v3 uses: actions/setup-dotnet@v3
with: with:
dotnet-version: 7.0.101 dotnet-version: 7.0.201
- name: Build - name: Build
run: ./publish.cmd Release run: ./publish.cmd Release
- name: Migration Changes - name: Migration Changes
@ -75,7 +75,7 @@ jobs:
- name: Setup .NET 7 - name: Setup .NET 7
uses: actions/setup-dotnet@v3 uses: actions/setup-dotnet@v3
with: with:
dotnet-version: 7.0.101 dotnet-version: 7.0.201
- name: Build - name: Build
run: ./publish.sh Release run: ./publish.sh Release
- name: Test - name: Test

View file

@ -30,11 +30,11 @@ ModernUO [![Discord](https://img.shields.io/discord/751317910504603701?logo=disc
[![Arch](https://img.shields.io/badge/-Arch-1793D1?logo=archlinux&logoColor=1793D1&labelColor=222222)](https://archlinux.org/download/) [![Arch](https://img.shields.io/badge/-Arch-1793D1?logo=archlinux&logoColor=1793D1&labelColor=222222)](https://archlinux.org/download/)
#### Running the server #### Running the server
[![.NET](https://img.shields.io/badge/-7.0.1-5C2D91?logo=.NET&logoColor=white&labelColor=222222)](https://dotnet.microsoft.com/download/dotnet/7.0) [![.NET](https://img.shields.io/badge/-7.0.3-5C2D91?logo=.NET&logoColor=white&labelColor=222222)](https://dotnet.microsoft.com/download/dotnet/7.0)
#### Development #### Development
[![git](https://img.shields.io/badge/-git-F05032?logo=git&logoColor=F05032&labelColor=222222)](https://git-scm.com/downloads) [![git](https://img.shields.io/badge/-git-F05032?logo=git&logoColor=F05032&labelColor=222222)](https://git-scm.com/downloads)
[![.NET](https://img.shields.io/badge/-%207.0.101%20SDK-5C2D91?logo=.NET&logoColor=white&labelColor=222222)](https://dotnet.microsoft.com/download/dotnet/7.0) [![.NET](https://img.shields.io/badge/-%207.0.201%20SDK-5C2D91?logo=.NET&logoColor=white&labelColor=222222)](https://dotnet.microsoft.com/download/dotnet/7.0)
#### Supported IDEs #### Supported IDEs

View file

@ -18,7 +18,7 @@ jobs:
displayName: 'Install .NET 7' displayName: 'Install .NET 7'
inputs: inputs:
packageType: sdk packageType: sdk
version: 7.0.101 version: 7.0.201
- task: NuGetAuthenticate@1 - task: NuGetAuthenticate@1
- script: ./publish.cmd Release - script: ./publish.cmd Release
displayName: 'Build' displayName: 'Build'