Skip to content

Commit

Permalink
测试单框架
Browse files Browse the repository at this point in the history
  • Loading branch information
lindexi committed Nov 19, 2021
1 parent e8005bd commit 46582cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/Version.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
<Version>0.1.19393-alpha10</Version>
<Version>0.1.19393-alpha11</Version>
</PropertyGroup>
</Project>
4 changes: 2 additions & 2 deletions sample/App/TheLib/TheLib.csproj
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net45;net5.0</TargetFrameworks>
<TargetFramework>net45</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="dotnetCampus.SourceYard" Version="0.1.19393-alpha10">
<PackageReference Include="dotnetCampus.SourceYard" Version="0.1.19393-alpha11">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit 46582cf

Please sign in to comment.