Skip to content

Commit

Permalink
Mutagen nuget bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Noggog committed Aug 19, 2020
1 parent 7263fbf commit b5f88da
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Mutagen.Bethesda.Synthesis/Mutagen.Bethesda.Synthesis.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Mutagen.Bethesda" Version="0.13.0" />
<PackageReference Include="Mutagen.Bethesda.Kernel" Version="0.13.0" />
<PackageReference Include="Mutagen.Bethesda" Version="0.13.2" />
<PackageReference Include="Mutagen.Bethesda.Kernel" Version="0.13.2" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<PackageReference Include="Microsoft.CodeAnalysis" Version="3.7.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="3.7.0" />
<PackageReference Include="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="3.7.0" />
<PackageReference Include="Mutagen.Bethesda.Core" Version="0.13.0" />
<PackageReference Include="Mutagen.Bethesda.Core" Version="0.13.2" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="Noggog.CSharpExt" Version="1.1.0" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Mutagen.Bethesda" Version="0.13.0" />
<PackageReference Include="Mutagen.Bethesda" Version="0.13.2" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1">
<PrivateAssets>all</PrivateAssets>
Expand Down
2 changes: 1 addition & 1 deletion Synthesis.Bethesda/Synthesis.Bethesda.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.8.0" />
<PackageReference Include="Mutagen.Bethesda.Kernel" Version="0.13.0" />
<PackageReference Include="Mutagen.Bethesda.Kernel" Version="0.13.2" />
</ItemGroup>

<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
Expand Down

0 comments on commit b5f88da

Please sign in to comment.