Skip to content

Commit

Permalink
update to fody 3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Jun 24, 2018
1 parent a17e060 commit 9273271
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Project>
<PropertyGroup>
<Version>1.21.0</Version>
<Version>1.21.1</Version>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<NoWarn>NU5118</NoWarn>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion Tests/SerializationCallbacksIntegrationTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public void Method_MarkedByOnDeserializedAttribute_MustNotMakeVirtual()
}

[Fact]
public void MustBeAbleToInstanciateType()
public void MustBeAbleToInstantiateType()
{
Activator.CreateInstance(type);
}
Expand Down
2 changes: 1 addition & 1 deletion Tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
<PackageReference Include="FodyHelpers" Version="3.0.0" />
<PackageReference Include="FodyHelpers" Version="3.1.3" />
<PackageReference Include="xunit" Version="2.3.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
<ProjectReference Include="..\AssemblyWithExcludes\AssemblyWithExcludes.csproj" />
Expand Down
2 changes: 1 addition & 1 deletion Virtuosity.Fody/Virtuosity.Fody.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
<PackageReference Include="FodyHelpers" Version="3.0.0" />
<PackageReference Include="FodyHelpers" Version="3.1.3" />
<Reference Include="System.Xml" />
<Reference Include="System.Xml.Linq" />
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Virtuosity/Virtuosity.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PackageTags>Virtual, ILWeaving, Runtime Proxy, Mocking, Fody, Cecil</PackageTags>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Fody" Version="3.0.0" PrivateAssets="None" />
<PackageReference Include="FodyPackaging" Version="3.0.0" PrivateAssets="All" />
<PackageReference Include="Fody" Version="3.1.3" PrivateAssets="None" />
<PackageReference Include="FodyPackaging" Version="3.1.3" PrivateAssets="All" />
</ItemGroup>
</Project>

0 comments on commit 9273271

Please sign in to comment.