Skip to content

Commit

Permalink
前滚控制设置到 TelescopeTask 项目而不是 Directory.Build.props
Browse files Browse the repository at this point in the history
  • Loading branch information
SeWZC committed Jan 29, 2024
1 parent cfba527 commit e923078
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
<RepositoryUrl>https://github.com/dotnet-campus/SourceFusion.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>source;dotnet;nuget;msbuild;compile</PackageTags>
<RollForward>Major</RollForward>
</PropertyGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net45' ">
<!-- 现在 VisualStudio 2022 没有带上 .NET Framework 4.5 的负载,为了让大家打开项目就能构建,于是加上这个引用。详细请参阅 https://blog.walterlv.com/post/support-old-netfx-on-vs2022-or-later.html -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>net6.0;net5.0;netcoreapp3.1;net48</TargetFrameworks>
<RollForward>Major</RollForward>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit e923078

Please sign in to comment.