Skip to content

Commit

Permalink
Updates FlubuCore
Browse files Browse the repository at this point in the history
  • Loading branch information
mzorec committed Apr 2, 2020
1 parent 53d5d4c commit 02fa984
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NetCoreOpenSource/Build/Build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="FlubuCore" Version="5.0.1" />
<PackageReference Include="FlubuCore" Version="5.0.2" />

</ItemGroup>
</Project>
4 changes: 2 additions & 2 deletions NetCore_csproj/BuildScript.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@
<None Remove="FlubuExample.v12.suo" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="FlubuCore" Version="5.0.1" />
<PackageReference Include="FlubuCore" Version="5.0.2" />
<PackageReference Include="FluentMigrator" Version="3.1.3" />
<PackageReference Include="RestSharp" Version="106.3.1" />

</ItemGroup>
<ItemGroup>
<DotNetCliToolReference Include="dotnet-flubu" Version="5.0.0" />
<DotNetCliToolReference Include="dotnet-flubu" Version="5.0.2" />
</ItemGroup>
<ItemGroup>
<Reference Include="xunit.assert">
Expand Down

0 comments on commit 02fa984

Please sign in to comment.