Skip to content

Commit

Permalink
Prevent dragging huge code-analyser dependencies to consumer projects!
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-jitbit committed May 1, 2024
1 parent bd6fb19 commit 47bfed7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
1 change: 1 addition & 0 deletions MapDataReader.Tests/MapDataReader.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.3.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.2" />
<PackageReference Include="MSTest.TestAdapter" Version="2.2.10" />
<PackageReference Include="MSTest.TestFramework" Version="2.2.10" />
Expand Down
9 changes: 3 additions & 6 deletions MapDataReader/MapDataReader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,15 @@
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryUrl>https://github.com/jitbit/mapdatareader</RepositoryUrl>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<Version>1.0.12</Version>
<Version>1.0.2</Version>
<PackageTags>aot;source-generator</PackageTags>
<Description>Super fast mapping of DataReader to custom objects</Description>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.3.1" />
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.3" PrivateAssets="all" ExcludeAssets="runtime" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.3.1" PrivateAssets="all" ExcludeAssets="runtime" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 47bfed7

Please sign in to comment.