Skip to content

Commit 8155b2b

Browse files
committed
Upgrading to .NET 9
1 parent 293170d commit 8155b2b

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
@@ -37,7 +37,7 @@ jobs:
3737
- name: Setup .NET Core
3838
uses: actions/setup-dotnet@v1
3939
with:
40-
dotnet-version: 6.0.x
40+
dotnet-version: 9.0.x
4141
- name: Use Node.js
4242
uses: actions/setup-node@v1
4343
with:

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

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

eFormAPI/Plugins/Customers.Pn/Customers.Pn.Test/Customers.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/Customers.Pn/Customers.Pn/Customers.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)|$(Platform)'=='Debug|AnyCPU'">

0 commit comments

Comments
 (0)