Browse Source

Make jetbrains.annotations private

master
Savorboard 5 years ago
parent
commit
3fed62474b
2 changed files with 2 additions and 1 deletions
  1. +2
    -0
      src/Directory.Build.props
  2. +0
    -1
      src/DotNetCore.CAP/DotNetCore.CAP.csproj

+ 2
- 0
src/Directory.Build.props View File

@@ -4,6 +4,7 @@


<PropertyGroup Label="Package"> <PropertyGroup Label="Package">
<Product>CAP</Product> <Product>CAP</Product>
<LangVersion>8</LangVersion>
<Authors>ncc;savorboard</Authors> <Authors>ncc;savorboard</Authors>
<RepositoryUrl>https://github.com/dotnetcore/CAP</RepositoryUrl> <RepositoryUrl>https://github.com/dotnetcore/CAP</RepositoryUrl>
<RepositoryType>git</RepositoryType> <RepositoryType>git</RepositoryType>
@@ -24,6 +25,7 @@


<ItemGroup> <ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All"/> <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All"/>
<PackageReference Include="JetBrains.Annotations" Version="2019.1.3" PrivateAssets="All" />
</ItemGroup> </ItemGroup>


</Project> </Project>

+ 0
- 1
src/DotNetCore.CAP/DotNetCore.CAP.csproj View File

@@ -10,7 +10,6 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="JetBrains.Annotations" Version="2019.1.3" />
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="3.0.0" /> <PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="3.0.0" />
<PackageReference Include="Microsoft.Extensions.Options" Version="3.0.0" /> <PackageReference Include="Microsoft.Extensions.Options" Version="3.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" /> <PackageReference Include="Newtonsoft.Json" Version="12.0.3" />


Loading…
Cancel
Save