Skip to content

Commit

Permalink
Merge pull request #22 from loresoft/dependabot/nuget/Unity-5.11.2
Browse files Browse the repository at this point in the history
Bump Unity from 5.11.1 to 5.11.2
  • Loading branch information
pwelter34 committed Dec 15, 2019
2 parents 51e9472 + 7bf0738 commit 3ed851b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/KickStart.Unity/KickStart.Unity.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Unity" Version="5.11.1" />
<PackageReference Include="Unity" Version="5.11.2" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion test/KickStart.Unity.Tests/KickStart.Unity.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="Unity" Version="5.11.1" />
<PackageReference Include="Unity" Version="5.11.2" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="FluentAssertions" Version="5.9.0" />
</ItemGroup>
Expand Down

0 comments on commit 3ed851b

Please sign in to comment.