Explorar el Código

Make jetbrains.annotations private

master
Savorboard hace 4 años
padre
commit
3fed62474b
Se han modificado 2 ficheros con 2 adiciones y 1 borrados
  1. +2
    -0
      src/Directory.Build.props
  2. +0
    -1
      src/DotNetCore.CAP/DotNetCore.CAP.csproj

+ 2
- 0
src/Directory.Build.props Ver fichero

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

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

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

</Project>

+ 0
- 1
src/DotNetCore.CAP/DotNetCore.CAP.csproj Ver fichero

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


Cargando…
Cancelar
Guardar