Skip to content

Commit

Permalink
Issue#289 .NET 8 Upgrade (#292)
Browse files Browse the repository at this point in the history
* Upgrade project to .NET 8

* Update yaml to .NET 8
  • Loading branch information
JoeProgrammer88 authored Feb 6, 2024
1 parent a96338f commit eb5533b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
dotnet-version: 8.0.x
include-prerelease: true
- name: Restore dependencies
run: dotnet restore
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pc2online.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:
AZURE_WEBAPP_PACKAGE_PATH: PC2/publish
AZURE_WEBAPP_PUBLISH_PROFILE: ${{ secrets.pc2online_7d76 }}
CONFIGURATION: Release
DOTNET_CORE_VERSION: 6.0.x
DOTNET_CORE_VERSION: 8.0.x
WORKING_DIRECTORY: PC2
DB_CONNECTION_STRING: ${{ secrets.DatabaseConnectionString }}
jobs:
Expand Down
2 changes: 1 addition & 1 deletion PC2/PC2.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UserSecretsId>aspnet-PC2-2FDA6CD1-D4B1-4F4E-878C-237A8D817185</UserSecretsId>
Expand Down

0 comments on commit eb5533b

Please sign in to comment.