diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6413b38..b5f6337 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,6 +17,7 @@ jobs: uses: actions/setup-dotnet@v1 with: dotnet-version: | + 7.0.3 6.0.102 3.1.101 - name: Install dependencies diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml index 96ba277..db0f81f 100644 --- a/.github/workflows/nuget.yml +++ b/.github/workflows/nuget.yml @@ -10,17 +10,17 @@ jobs: steps: - uses: actions/checkout@v2 - + - name: Init git submodules run: git submodule init && git submodule update - + - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: 6.0.102 + dotnet-version: 7.0.3 - name: Install dependencies run: dotnet restore - + - name: Publish MaxLib.WebServer NuGet uses: brandedoutcast/publish-nuget@v2.5.5 with: diff --git a/MaxLib.WebServer/MaxLib.WebServer.csproj b/MaxLib.WebServer/MaxLib.WebServer.csproj index 1b80b28..5f4ed3b 100644 --- a/MaxLib.WebServer/MaxLib.WebServer.csproj +++ b/MaxLib.WebServer/MaxLib.WebServer.csproj @@ -3,7 +3,7 @@ - net6.0;netstandard2.1 + net7.0;net6.0;netstandard2.1 MaxLib.WebServer garados007 Max Brauer