Skip to content

Commit

Permalink
Merge pull request #117 from dotnet-campus/t/lindexi/TargetFramework
Browse files Browse the repository at this point in the history
专门更新一下版本
  • Loading branch information
lindexi authored Apr 16, 2024
2 parents 75426a6 + 64c69e3 commit 7cbd218
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/NuGet-tag-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
5.0.x
6.0.x
7.0.x
8.0.x
- name: Install dotnet tool
run: dotnet tool update -g dotnetCampus.TagToVersion
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
5.0.x
6.0.x
7.0.x
8.0.x
- name: Build with dotnet
run: dotnet build --configuration Release
Expand Down
2 changes: 1 addition & 1 deletion SyncTool/SyncTool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PackAsTool>true</PackAsTool>
Expand Down

0 comments on commit 7cbd218

Please sign in to comment.