Skip to content

Commit

Permalink
Remove versioning workarounds from pre-5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kzu committed Nov 21, 2020
1 parent 1d1d93d commit 140ae52
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@
<CI Condition="'$(TF_BUILD)' == 'true'">true</CI>
</PropertyGroup>

<ItemGroup Label="Workaround for public packages not having the latest ISourceGenerator API changes">
<!-- Workaround for revision mismatch with public versions -->
<PackageReference Include="System.Collections.Immutable" Version="5.0.0.*" Pack="false" />
<PackageReference Include="System.Reflection.Metadata" Version="5.0.0.*" Pack="false" />
</ItemGroup>

<ItemGroup>
<Compile Include="$(MSBuildThisFileDirectory)*.cs" Visible="false" />
<PackageFile Include="$(MSBuildThisFileDirectory)..\img\icon-128.png" PackagePath="%(Filename)%(Extension)" />
Expand Down

0 comments on commit 140ae52

Please sign in to comment.