Skip to content

Commit 9dd5bef

Browse files
authored
Merge pull request #4 from A-Programmer/develop
Develop
2 parents 29f5229 + d6aa8dd commit 9dd5bef

File tree

4 files changed

+6
-52
lines changed

4 files changed

+6
-52
lines changed

.github/workflows/publish-nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
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

GitVersion.yml

Lines changed: 0 additions & 48 deletions
This file was deleted.

global.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
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
}

src/KSFramework/KSFramework.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
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>

0 commit comments

Comments
 (0)