chore: Bumps dependencies (#1414)
This commit is contained in:
parent
8f26ad4ac1
commit
c93fa004a3
4 changed files with 15 additions and 12 deletions
11
.github/workflows/build-test.yml
vendored
11
.github/workflows/build-test.yml
vendored
|
|
@ -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.302
|
dotnet-version: 7.0.304
|
||||||
- name: Build
|
- name: Build
|
||||||
run: ./publish.cmd Release
|
run: ./publish.cmd Release
|
||||||
- name: Migration Changes
|
- name: Migration Changes
|
||||||
|
|
@ -43,15 +43,18 @@ jobs:
|
||||||
- container: ubuntu:jammy
|
- container: ubuntu:jammy
|
||||||
name: Ubuntu 22
|
name: Ubuntu 22
|
||||||
packageManager: apt
|
packageManager: apt
|
||||||
|
- container: debian:bookworm
|
||||||
|
name: Debian 12
|
||||||
|
packageManager: apt
|
||||||
- container: debian:bullseye
|
- container: debian:bullseye
|
||||||
name: Debian 11
|
name: Debian 11
|
||||||
packageManager: apt
|
packageManager: apt
|
||||||
|
- container: fedora:38
|
||||||
|
name: Fedora 38
|
||||||
|
packageManager: dnf
|
||||||
- container: fedora:37
|
- container: fedora:37
|
||||||
name: Fedora 37
|
name: Fedora 37
|
||||||
packageManager: dnf
|
packageManager: dnf
|
||||||
- container: fedora:36
|
|
||||||
name: Fedora 36
|
|
||||||
packageManager: dnf
|
|
||||||
- container: quay.io/centos/centos:stream8
|
- container: quay.io/centos/centos:stream8
|
||||||
name: CentOS 8 Stream
|
name: CentOS 8 Stream
|
||||||
packageManager: dnf
|
packageManager: dnf
|
||||||
|
|
|
||||||
2
.github/workflows/create-release.yml
vendored
2
.github/workflows/create-release.yml
vendored
|
|
@ -17,7 +17,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.302
|
dotnet-version: 7.0.304
|
||||||
- name: Install NGBV
|
- name: Install NGBV
|
||||||
uses: dotnet/nbgv@master
|
uses: dotnet/nbgv@master
|
||||||
id: nbgv
|
id: nbgv
|
||||||
|
|
|
||||||
12
README.md
12
README.md
|
|
@ -16,12 +16,12 @@ ModernUO [](https://www.microsoft.com/en-US/evalcenter/evaluate-windows-server-2022)
|
[](https://www.microsoft.com/en-US/evalcenter/evaluate-windows-server-2022)
|
||||||

|

|
||||||
[](https://www.debian.org/distrib/)
|
[](https://www.debian.org/distrib/)
|
||||||
[](https://ubuntu.com/download/server)
|
[](https://ubuntu.com/download/server)
|
||||||
<br />
|
<br />
|
||||||
[](https://alpinelinux.org/downloads/)
|
[](https://alpinelinux.org/downloads/)
|
||||||
[](https://getfedora.org/en/server/download/)
|
[](https://getfedora.org/en/server/download/)
|
||||||
[](https://access.redhat.com/downloads)
|
[](https://access.redhat.com/downloads)
|
||||||
[](https://www.centos.org/download/)
|
[](https://www.centos.org/download/)
|
||||||
[](https://get.opensuse.org/)
|
[](https://get.opensuse.org/)
|
||||||
|
|
@ -30,11 +30,11 @@ ModernUO [](https://archlinux.org/download/)
|
[](https://archlinux.org/download/)
|
||||||
|
|
||||||
#### Running the server
|
#### Running the server
|
||||||
[](https://dotnet.microsoft.com/download/dotnet/7.0)
|
[](https://dotnet.microsoft.com/download/dotnet/7.0)
|
||||||
|
|
||||||
#### Development
|
#### Development
|
||||||
[](https://git-scm.com/downloads)
|
[](https://git-scm.com/downloads)
|
||||||
[](https://dotnet.microsoft.com/download/dotnet/7.0)
|
[](https://dotnet.microsoft.com/download/dotnet/7.0)
|
||||||
|
|
||||||
#### Supported IDEs
|
#### Supported IDEs
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ jobs:
|
||||||
displayName: 'Install .NET 7'
|
displayName: 'Install .NET 7'
|
||||||
inputs:
|
inputs:
|
||||||
packageType: sdk
|
packageType: sdk
|
||||||
version: 7.0.302
|
version: 7.0.304
|
||||||
- task: NuGetAuthenticate@1
|
- task: NuGetAuthenticate@1
|
||||||
- script: ./publish.cmd Release
|
- script: ./publish.cmd Release
|
||||||
displayName: 'Build'
|
displayName: 'Build'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue