Skip to content

Commit

Permalink
Fix package reference version
Browse files Browse the repository at this point in the history
  • Loading branch information
acid-chicken authored Dec 5, 2018
1 parent 893956a commit b513367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NewWave/NewWave.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.DotNet.ILCompiler" Version="(1.0.5-prerelease-*,1.1]" />
<PackageReference Include="Microsoft.DotNet.ILCompiler" Version="(1.0.0-alpha-*,1.1]" />
</ItemGroup>

</Project>

0 comments on commit b513367

Please sign in to comment.