Skip to content

Commit

Permalink
Merge pull request #45 from tom-englert/main
Browse files Browse the repository at this point in the history
Fix #44: Revert transitive fixes
  • Loading branch information
sboulema authored Sep 14, 2024
2 parents 6115b5d + 2caf053 commit 234a5cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
7 changes: 1 addition & 6 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<PackageVersion Include="Community.VisualStudio.Toolkit.17" Version="17.0.522" />
<PackageVersion Include="ConfigureAwait.Fody" Version="3.3.2" />
<PackageVersion Include="DataGridExtensions" Version="2.6.0" />
<PackageVersion Include="Fody" Version="6.8.1" />
<PackageVersion Include="Fody" Version="6.8.2" />
<PackageVersion Include="Microsoft.Build" Version="[17.4.0]" />
<PackageVersion Include="Microsoft.Build.Utilities.Core" Version="[17.4.0]" />
<PackageVersion Include="Microsoft.Extensions.Caching.Memory" Version="8.0.0" />
Expand All @@ -20,9 +20,4 @@
<PackageVersion Include="TomsToolbox.Wpf.Styles" Version="2.18.1" />
<PackageVersion Include="VSIX-SdkProjectAdapter" Version="3.0.0" />
</ItemGroup>
<ItemGroup Label="Transitive fixes">
<PackageVersion Include="Microsoft.IO.Redist" Version="6.0.1" />
<PackageVersion Include="System.Formats.Asn1" Version="8.0.1" />
<PackageVersion Include="System.Text.Json" Version="8.0.4" />
</ItemGroup>
</Project>
1 change: 1 addition & 0 deletions NuGetMonitor.sln
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Directory.Build.props = Directory.Build.props
Directory.Packages.props = Directory.Packages.props
src\publish-manifest.json = src\publish-manifest.json
README.md = README.md
.github\workflows\workflow.yml = .github\workflows\workflow.yml
Expand Down

0 comments on commit 234a5cf

Please sign in to comment.