Skip to content

Commit

Permalink
Update Magneto dependency version to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
shaynevanasperen committed Sep 22, 2019
1 parent aa3482b commit 32b87de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Magneto.Microsoft/Magneto.Microsoft.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
Expand All @@ -16,7 +16,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Condition="'$(Configuration)' == 'Release'" Include="Magneto" Version="1.0.0-rc-3" />
<PackageReference Condition="'$(Configuration)' == 'Release'" Include="Magneto" Version="1.0.0-rc-5" />
<PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="2.0.0" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-19367-01" PrivateAssets="All" />
<PackageReference Include="MinVer" Version="1.1.0" PrivateAssets="All" />
Expand Down

0 comments on commit 32b87de

Please sign in to comment.