11<Project >
2- <PropertyGroup >
3- <MsBuildAllProjects >$(MsBuildAllProjects);$(MsBuildThisFileFullPath)</MsBuildAllProjects >
4- </PropertyGroup >
2+ <PropertyGroup >
3+ <MsBuildAllProjects >$(MsBuildAllProjects);$(MsBuildThisFileFullPath)</MsBuildAllProjects >
4+ </PropertyGroup >
55
6- <PropertyGroup >
7- <TargetFrameworks >net451;net452;net46;netstandard1.3;netstandard2.0;netstandard2.1;net6.0;net8.0</TargetFrameworks >
8- <VersionPrefix >2.4.5</VersionPrefix >
9- <LangVersion >11</LangVersion >
10- <Nullable >enable</Nullable >
11- <Copyright >Copyright © 2020-2024 Stef Heyenrath</Copyright >
12- <Authors >Stef Heyenrath</Authors >
13- <PackageReleaseNotes >See CHANGELOG.md</PackageReleaseNotes >
14- <PackageIconUrl >https://raw.githubusercontent.com/Handlebars-Net/Handlebars.Net.Helpers/master/resources/hbnet-icon.png</PackageIconUrl >
15- <PackageProjectUrl >https://github.com/Handlebars-Net/Handlebars.Net.Helpers</PackageProjectUrl >
16- <PackageLicenseExpression >MIT</PackageLicenseExpression >
17- <RepositoryType >git</RepositoryType >
18- <RepositoryUrl >https://github.com/Handlebars-Net/Handlebars.Net.Helpers</RepositoryUrl >
19- </PropertyGroup >
6+ <PropertyGroup >
7+ <TargetFrameworks >net451;net452;net46;netstandard1.3;netstandard2.0;netstandard2.1;net6.0;net8.0</TargetFrameworks >
8+ <VersionPrefix >2.4.5</VersionPrefix >
9+ <LangVersion >11</LangVersion >
10+ <Nullable >enable</Nullable >
11+ <Copyright >Copyright © 2020-2024 Stef Heyenrath</Copyright >
12+ <Authors >Stef Heyenrath</Authors >
13+ <PackageReleaseNotes >See CHANGELOG.md</PackageReleaseNotes >
14+ <PackageIconUrl >https://raw.githubusercontent.com/Handlebars-Net/Handlebars.Net.Helpers/master/resources/hbnet-icon.png</PackageIconUrl >
15+ <PackageProjectUrl >https://github.com/Handlebars-Net/Handlebars.Net.Helpers</PackageProjectUrl >
16+ <PackageLicenseExpression >MIT</PackageLicenseExpression >
17+ <RepositoryType >git</RepositoryType >
18+ <RepositoryUrl >https://github.com/Handlebars-Net/Handlebars.Net.Helpers</RepositoryUrl >
19+ </PropertyGroup >
2020
21- <PropertyGroup Condition =" '$(Configuration)' == 'Release'" >
22- <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
23- </PropertyGroup >
21+ <PropertyGroup Condition =" '$(Configuration)' == 'Release'" >
22+ <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
23+ </PropertyGroup >
2424
25- <Choose >
26- <!-- The environment variable `Prerelease` is set in the azure-pipelines.yml file. -->
27- <When Condition =" '$(Prerelease)' != '' " >
28- <PropertyGroup >
29- <!-- Set the version to x.x.x.x-{Prerelease}-1{Build_BuildId} (this is same buildId as defined in the azure-pipelines.yml file). -->
30- <VersionSuffix >$(Prerelease)-1$(BUILD_BUILDID)</VersionSuffix >
31- </PropertyGroup >
32- </When >
33- </Choose >
25+ <ItemGroup >
26+ <!-- CVE-2019-0820 -->
27+ <PackageReference Include =" System.Text.RegularExpressions" Version =" 4.3.1" />
28+ </ItemGroup >
29+
30+ <Choose >
31+ <!-- The environment variable `Prerelease` is set in the azure-pipelines.yml file. -->
32+ <When Condition =" '$(Prerelease)' != '' " >
33+ <PropertyGroup >
34+ <!-- Set the version to x.x.x.x-{Prerelease}-1{Build_BuildId} (this is same buildId as defined in the azure-pipelines.yml file). -->
35+ <VersionSuffix >$(Prerelease)-1$(BUILD_BUILDID)</VersionSuffix >
36+ </PropertyGroup >
37+ </When >
38+ </Choose >
3439</Project >
0 commit comments