Skip to content

Commit

Permalink
5.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
skclusive committed Nov 21, 2020
1 parent 666e516 commit 48e40e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Observable.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<VersionPrefix>5.1.0</VersionPrefix>
<VersionPrefix>5.1.2</VersionPrefix>
<VersionSuffix>$(VersionSuffix)</VersionSuffix>
<TargetFrameworks>netstandard2.0;net5.0</TargetFrameworks>
<AssemblyName>Skclusive.Mobx.Observable</AssemblyName>
Expand All @@ -11,10 +11,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Skclusive.Core.Collection" Version="5.1.0" />
<PackageReference Include="Skclusive.Core.Collection" Version="5.1.2" />
</ItemGroup>
<!-- <ItemGroup>
<ProjectReference Include="..\..\Skclusive.Core.Collection\src\Collection.csproj" Version="5.1.0" />
<ProjectReference Include="..\..\Skclusive.Core.Collection\src\Collection.csproj" Version="5.1.2" />
</ItemGroup> -->

</Project>

0 comments on commit 48e40e9

Please sign in to comment.