Skip to content

Commit

Permalink
V 6.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-englert committed Sep 14, 2024
1 parent 0713ecf commit 9c90354
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>6.8.1</Version>
<Version>6.8.2</Version>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<LangVersion>preview</LangVersion>
<NoWarn>CS1591;CS0618</NoWarn>
Expand Down
2 changes: 1 addition & 1 deletion Fody/Fody.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<ItemGroup>
<ProjectReference Include="..\FodyCommon\FodyCommon.csproj" PrivateAssets="All" />
<PackageReference Include="Nullable" Version="1.3.1" PrivateAssets="All" />
<PackageReference Include="Microsoft.Build.Tasks.Core" Version="17.10.4" PrivateAssets="All" />
<PackageReference Include="Microsoft.Build.Tasks.Core" Version="17.11.4" PrivateAssets="All" />
<Compile Include="..\FodyHelpers\Guard.cs" Link="Guard.cs" />
<Compile Include="..\FodyHelpers\MessageImportance.cs" Link="MessageImportance.cs" />
<Compile Include="..\FodyHelpers\MessageImportanceDefaults.cs" Link="MessageImportanceDefaults.cs" />
Expand Down
6 changes: 3 additions & 3 deletions FodyHelpers.Tests/FodyHelpers.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
<ProjectReference Include="..\FodyHelpers\FodyHelpers.csproj" />
<ProjectReference Include="..\FodyIsolated\FodyIsolated.csproj" />
<ProjectReference Include="..\SampleWeaver.Fody\SampleWeaver.Fody.csproj" />
<PackageReference Include="Microsoft.Build.Tasks.Core" Version="17.10.4" />
<PackageReference Include="Microsoft.Build.Tasks.Core" Version="17.11.4" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="Verify.Xunit" Version="25.3.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="Verify.Xunit" Version="26.4.5" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" />
<PackageReference Include="xunit" Version="2.9.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
Expand Down
6 changes: 3 additions & 3 deletions Tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
<ProjectReference Include="..\Fody\Fody.csproj" />
<ProjectReference Include="..\SampleWeaver.Fody\SampleWeaver.Fody.csproj" />
<PackageReference Include="Nullable" Version="1.3.1" PrivateAssets="All" />
<PackageReference Include="Microsoft.Build.Tasks.Core" Version="17.10.4" />
<PackageReference Include="Microsoft.Build.Tasks.Core" Version="17.11.4" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="Verify.Xunit" Version="25.3.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="Verify.Xunit" Version="26.4.5" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" />
<PackageReference Include="xunit" Version="2.9.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
Expand Down

0 comments on commit 9c90354

Please sign in to comment.