Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit e02ef5a

Browse files
committed
Use more tolerant regex to replace NuGet version
1 parent a8befb4 commit e02ef5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
</RegexTransform>
5656
<!--Update Min Dependency Version -->
5757
<RegexTransform Include="$(NuGetPackageDir)/**/*.nuspec">
58-
<Find>version="5\.0[^"]*"</Find>
58+
<Find>version="5\.[^"]*"</Find>
5959
<ReplaceWith>version="$(PackageVersion)"</ReplaceWith>
6060
</RegexTransform>
6161
</ItemGroup>

0 commit comments

Comments
 (0)