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

Commit 7836f8d

Browse files
committed
Use more tolerant regex to replace NuGet version
1 parent 44e72a4 commit 7836f8d

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
@@ -62,7 +62,7 @@
6262
</RegexTransform>
6363
<!--Update Min Dependency Version -->
6464
<RegexTransform Include="$(NuGetPackageDir)/**/*.nuspec">
65-
<Find>version="5\.0[^"]*"</Find>
65+
<Find>version="5\.[^"]*"</Find>
6666
<ReplaceWith>version="$(PackageVersion)"</ReplaceWith>
6767
</RegexTransform>
6868
</ItemGroup>

0 commit comments

Comments
 (0)