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 17
17
uses : actions/setup-dotnet@v4
18
18
with :
19
19
dotnet-version : 8.0.x
20
-
20
+
21
21
- name : Restore dependencies
22
22
run : dotnet restore
23
23
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
{
2
2
"sdk" : {
3
- "version" : " 10.0.100-preview.4.25258.110"
3
+ "version" : " 10.0.0" ,
4
+ "rollForward" : " latestMajor" ,
5
+ "allowPrerelease" : true
4
6
}
5
7
}
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFrameworks >net8.0;net10.0</ TargetFrameworks >
4
+ <TargetFramework >net8.0</ TargetFramework >
5
5
<ImplicitUsings >enable</ImplicitUsings >
6
6
<Nullable >enable</Nullable >
7
7
</PropertyGroup >
8
8
9
9
<PropertyGroup >
10
10
<PackageId >KSFramework</PackageId >
11
- <Version Condition = " '$(Version)' == '' " >1.0.0 </Version >
11
+ <Version >1.0.20 </Version >
12
12
<Authors >Kamran Sadin</Authors >
13
13
<Company >Sadin</Company >
14
14
<CopyRight >Copyright (c) 2022 SadinCo.</CopyRight >
You can’t perform that action at this time.
0 commit comments