Skip to content

Commit

Permalink
Update to net70 (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
Legion2 authored Jun 7, 2023
1 parent 1243e77 commit c69b761
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v3
with:
dotnet-version: 5.0.100
dotnet-version: 7.0.*
- name: Install dependencies
run: dotnet restore
- name: Build
Expand All @@ -23,4 +23,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: open-cue-service
path: bin/Release/net5.0/win-x64/publish/
path: bin/Release/net7.0/win-x64/publish/
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v3
with:
dotnet-version: 5.0.100
dotnet-version: 7.0.*
- name: Install dependencies
run: dotnet restore
- name: Install tools
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v3
with:
dotnet-version: 5.0.100
dotnet-version: 7.0.*
- name: Install dependencies
run: dotnet restore
- name: Publish
Expand Down
2 changes: 1 addition & 1 deletion nswag.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"runtime": "Net50",
"runtime": "Net70",
"defaultVariables": "configuration=Debug",
"documentGenerator": {
"aspNetCoreToOpenApi": {
Expand Down
2 changes: 1 addition & 1 deletion open-cue-service.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<RepositoryUrl>https://github.com/Legion2/open-cue-service</RepositoryUrl>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net7.0</TargetFramework>
<RootNamespace>OpenCueService</RootNamespace>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<PublishSingleFile>true</PublishSingleFile>
Expand Down

0 comments on commit c69b761

Please sign in to comment.