File tree Expand file tree Collapse file tree 4 files changed +6
-52
lines changed
Expand file tree Collapse file tree 4 files changed +6
-52
lines changed Original file line number Diff line number Diff line change 1717 uses : actions/setup-dotnet@v4
1818 with :
1919 dotnet-version : 8.0.x
20-
20+
2121 - name : Restore dependencies
2222 run : dotnet restore
2323
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11{
22 "sdk" : {
3- "version" : " 10.0.100-preview.4.25258.110"
3+ "version" : " 10.0.0" ,
4+ "rollForward" : " latestMajor" ,
5+ "allowPrerelease" : true
46 }
57}
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >net8.0;net10.0</ TargetFrameworks >
4+ <TargetFramework >net8.0</ TargetFramework >
55 <ImplicitUsings >enable</ImplicitUsings >
66 <Nullable >enable</Nullable >
77 </PropertyGroup >
88
99 <PropertyGroup >
1010 <PackageId >KSFramework</PackageId >
11- <Version Condition = " '$(Version)' == '' " >1.0.0 </Version >
11+ <Version >1.0.20 </Version >
1212 <Authors >Kamran Sadin</Authors >
1313 <Company >Sadin</Company >
1414 <CopyRight >Copyright (c) 2022 SadinCo.</CopyRight >
You can’t perform that action at this time.
0 commit comments