Skip to content

Commit

Permalink
updated core to beta version
Browse files Browse the repository at this point in the history
  • Loading branch information
tocsoft committed Sep 13, 2017
1 parent d9a809a commit ae783a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion samples/DrawWithImageSharp/DrawWithImageSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<ItemGroup>
<PackageReference Include="ImageSharp" Version="1.0.0-alpha9-00152" />
<PackageReference Include="ImageSharp.Drawing" Version="1.0.0-alpha9-00147" />
<PackageReference Include="System.ValueTuple" Version="4.4.0-preview2-25405-01" />
<PackageReference Include="System.ValueTuple" Version="4.4.0" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions src/SixLabors.Fonts/SixLabors.Fonts.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
<PackageReference Include="StyleCop.Analyzers" Version="1.1.0-beta004">
<PrivateAssets>All</PrivateAssets>
</PackageReference>
<PackageReference Include="System.Collections.Immutable" Version="1.3.1" />
<PackageReference Include="SixLabors.Core" Version="0.1.0-alpha0002" />
<PackageReference Include="System.Collections.Immutable" Version="1.4.0" />
<PackageReference Include="SixLabors.Core" Version="1.0.0-beta0002" />
</ItemGroup>

<PropertyGroup Condition=" '$(TargetFramework)' == 'netstandard1.3' ">
Expand Down

0 comments on commit ae783a1

Please sign in to comment.