Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/proj' into proj
Browse files Browse the repository at this point in the history
# Conflicts:
#	src/Directory.Build.props
  • Loading branch information
sungam3r committed Dec 23, 2024
2 parents 1bfd891 + da13b22 commit 1fb63db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Benchmarks/Benchmarks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Destructurama.Attributed\Destructurama.Attributed.csproj" />
<ProjectReference Include="../Destructurama.Attributed/Destructurama.Attributed.csproj" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="DotNetProjectFile.Analyzers" Version="1.5.2" PrivateAssets="all" />
<PackageReference Include="DotNetProjectFile.Analyzers" Version="1.5.3" PrivateAssets="all" />
<AdditionalFiles Include="*.csproj" Visible="false" />
</ItemGroup>

Expand Down

0 comments on commit 1fb63db

Please sign in to comment.