Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump
Browse files Browse the repository at this point in the history
Tides committed Nov 24, 2024
1 parent 2886413 commit 6fac45d
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Obsidian.SourceGenerators/Obsidian.SourceGenerators.csproj
Original file line number Diff line number Diff line change
@@ -12,8 +12,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.8.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.11.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="9.0.0" PrivateAssets="all" GeneratePathProperty="true" />
<PackageReference Include="System.Text.Encodings.Web" Version="9.0.0" PrivateAssets="all" GeneratePathProperty="true" />
<PackageReference Include="System.Text.Json" Version="9.0.0" PrivateAssets="all" GeneratePathProperty="true" />
2 changes: 1 addition & 1 deletion Obsidian.Tests/Obsidian.Tests.csproj
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@

<ItemGroup>
<PackageReference Include="MartinCostello.Logging.XUnit" Version="0.4.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="SharpNoise.Utilities" Version="0.12.1.1" />
<PackageReference Include="System.Drawing.Common" Version="9.0.0" />
<PackageReference Include="xunit" Version="2.9.2" />

0 comments on commit 6fac45d

Please sign in to comment.