Skip to content

Commit

Permalink
Bump Particular.Packaging from 2.2.0 to 3.0.0
Browse files Browse the repository at this point in the history
Bumps [Particular.Packaging](https://github.com/Particular/Particular.Packaging) from 2.2.0 to 3.0.0.
- [Commits](Particular/Particular.Packaging@2.2.0...3.0.0)

---
updated-dependencies:
- dependency-name: Particular.Packaging
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Sep 15, 2023
1 parent 260df92 commit 36d2303
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>$(AnalyzerTargetFramework)</TargetFramework>
Expand All @@ -10,7 +10,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Particular.Packaging" Version="2.2.0" PrivateAssets="All" />
<PackageReference Include="Particular.Packaging" Version="3.0.0" PrivateAssets="All" />
<!-- this package can only be upgraded when we drop support for older versions of Visual Studio -->
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="3.11.0" />
</ItemGroup>
Expand Down

0 comments on commit 36d2303

Please sign in to comment.