Skip to content

Commit

Permalink
把需要在安装 nuget 使用的库放在对应的文件夹
Browse files Browse the repository at this point in the history
  • Loading branch information
lindexi committed Jul 26, 2018
1 parent 1f309d6 commit 20249c9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/dotnetCampus.SourceYard/dotnetCampus.SourceYard.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>

<!-- NuGet package properties -->
<Version>0.1.0-alpha</Version>
<Version>0.1.1-alpha</Version>
<Authors>dotnet-campus</Authors>
<Company>dotnet-campus</Company>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
Expand All @@ -34,7 +34,13 @@
</ItemGroup>

<ItemGroup>
<!--所有的 NuGet 包资产都声明成私有的-->
<PackageReference Update="@(PackageReference)" PrivateAssets="All" />
</ItemGroup>

<ItemGroup>
<!--指定自己的在安装 nuget 时修改编译-->
<None Include="Assets\Current\**" Pack="True" PackagePath="build\" />
</ItemGroup>

</Project>

0 comments on commit 20249c9

Please sign in to comment.