File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
eFormAPI/Plugins/GreateBelt.Pn Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ jobs:
169169 - name : Setup .NET Core
170170 uses : actions/setup-dotnet@v3
171171 with :
172- dotnet-version : 9 .0.x
172+ dotnet-version : 10 .0.x
173173 - name : Build
174174 run : dotnet build eform-angular-greate-belt-plugin/eFormAPI/Plugins/GreateBelt.Pn/GreateBelt.Pn.sln
175175 - name : Unit Tests
Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ jobs:
163163 - name : Setup .NET Core
164164 uses : actions/setup-dotnet@v3
165165 with :
166- dotnet-version : 9 .0.x
166+ dotnet-version : 10 .0.x
167167 - name : Build
168168 run : dotnet build eform-angular-greate-belt-plugin/eFormAPI/Plugins/GreateBelt.Pn/GreateBelt.Pn.sln
169169 - name : Unit Tests
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5- <TargetFramework >net9 .0</TargetFramework >
5+ <TargetFramework >net10 .0</TargetFramework >
66 </PropertyGroup >
77
88 <ItemGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net9 .0</TargetFramework >
4+ <TargetFramework >net10 .0</TargetFramework >
55 <ServerGarbageCollection >false</ServerGarbageCollection >
66 </PropertyGroup >
77
You can’t perform that action at this time.
0 commit comments