Skip to content

Commit

Permalink
Bump ThisAssembly to get fix for C#11 raw strings
Browse files Browse the repository at this point in the history
Fixes #311
  • Loading branch information
kzu committed Aug 30, 2023
1 parent b1aba78 commit 4220513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GitInfo/GitInfo.msbuildproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<ItemGroup>
<PackageReference Include="NuGetizer" Version="1.0.4" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="all" />
<PackageReference Include="ThisAssembly.Constants" Version="1.4.0" Pack="true" TargetFramework="netstandard2.0" />
<PackageReference Include="ThisAssembly.Constants" Version="1.4.1" Pack="true" TargetFramework="netstandard2.0" />
</ItemGroup>
<ItemGroup>
<None Include="build/**/*.*" />
Expand Down

0 comments on commit 4220513

Please sign in to comment.