Skip to content

Commit

Permalink
Update all whipstaff dependencies to v6.1.1 (#347)
Browse files Browse the repository at this point in the history
* Update all whipstaff dependencies to v6.1.1

* Update Dhgms.Nucleotide.SampleApp.csproj

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: David Vreony <dpvreony@users.noreply.github.com>
  • Loading branch information
renovate[bot] and dpvreony committed Apr 18, 2023
1 parent ae41a40 commit 3de1adf
Showing 1 changed file with 4 additions and 4 deletions.
@@ -1,15 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0-windows</TargetFramework>
<TargetFramework>net6.0-windows10.0.19041</TargetFramework>
<LangVersion>9</LangVersion>
<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Whipstaff.AspNetCore" Version="6.0.245" />
<PackageReference Include="Whipstaff.Wpf" Version="6.0.245" />
<PackageReference Include="Whipstaff.Wpf.Mahapps" Version="6.0.245" />
<PackageReference Include="Whipstaff.AspNetCore" Version="6.1.1" />
<PackageReference Include="Whipstaff.Wpf" Version="6.1.1" />
<PackageReference Include="Whipstaff.Wpf.Mahapps" Version="6.1.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.5" />
</ItemGroup>

Expand Down

0 comments on commit 3de1adf

Please sign in to comment.