Skip to content

Commit

Permalink
Get rid of AssemblyInfo.cs & adapt NGitLab.csproj accordingly (#807)
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-z authored Dec 9, 2024
1 parent dd51622 commit 6fe9b54
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 22 deletions.
14 changes: 10 additions & 4 deletions NGitLab/NGitLab.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,22 @@
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="8.0.0" />
<PackageReference Include="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.3.4">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="PolySharp" Version="1.15.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
<PackageReference Include="System.Text.Json" Version="8.0.5" />
</ItemGroup>

<ItemGroup>
<InternalsVisibleTo Include="NGitLab.Mock" />
<InternalsVisibleTo Include="NGitLab.Tests" />
</ItemGroup>
</Project>
18 changes: 0 additions & 18 deletions NGitLab/Properties/AssemblyInfo.cs

This file was deleted.

0 comments on commit 6fe9b54

Please sign in to comment.