Skip to content

Commit

Permalink
Add dotnet 8 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Garados007 committed Feb 18, 2024
1 parent a3643a1 commit 098804f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: |
8.0
6.0.102
3.1.101
- name: Install dependencies
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: '8.0'
- name: Install dependencies
run: dotnet restore

- name: Publish MaxLib.WebServer NuGet
uses: brandedoutcast/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion MaxLib.WebServer/MaxLib.WebServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Import Project="MaxLib.WebServer.csproj.include" />

<PropertyGroup>
<TargetFrameworks>net6.0;netstandard2.1</TargetFrameworks>
<TargetFrameworks>net8.0;net6.0;netstandard2.1</TargetFrameworks>
<PackageId>MaxLib.WebServer</PackageId>
<Authors>garados007</Authors>
<Company>Max Brauer</Company>
Expand Down

0 comments on commit 098804f

Please sign in to comment.