Skip to content

Commit 68711cd

Browse files
committed
Upgrading to .NET 9
1 parent 353e72e commit 68711cd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/dotnet-core-master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Setup .NET Core
4242
uses: actions/setup-dotnet@v1
4343
with:
44-
dotnet-version: 6.0.x
44+
dotnet-version: 9.0.x
4545
- name: Use Node.js
4646
uses: actions/setup-node@v1
4747
with:

.github/workflows/dotnet-core-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Setup .NET Core
4242
uses: actions/setup-dotnet@v1
4343
with:
44-
dotnet-version: 6.0.x
44+
dotnet-version: 9.0.x
4545
- name: Use Node.js
4646
uses: actions/setup-node@v1
4747
with:

eFormAPI/Plugins/Monitoring.Pn/Monitoring.Pn.Test/Monitoring.Pn.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net6.0</TargetFramework>
5+
<TargetFramework>net9.0</TargetFramework>
66
</PropertyGroup>
77

88
<ItemGroup>

eFormAPI/Plugins/Monitoring.Pn/Monitoring.Pn/Monitoring.Pn.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net6.0</TargetFramework>
4+
<TargetFramework>net9.0</TargetFramework>
55
</PropertyGroup>
66

77
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">

0 commit comments

Comments
 (0)