Automate asp.net template updates into dotnet/installer
This commit is contained in:
parent
7ca349a7d4
commit
0618b2c20d
2 changed files with 25 additions and 10 deletions
|
@ -59,13 +59,6 @@
|
|||
|
||||
</Target>
|
||||
|
||||
<PropertyGroup>
|
||||
<VersionFeature21>30</VersionFeature21>
|
||||
<VersionFeature31>32</VersionFeature31>
|
||||
<VersionFeature50>17</VersionFeature50>
|
||||
<VersionFeature60>$([MSBuild]::Add($(VersionFeature), 13))</VersionFeature60>
|
||||
</PropertyGroup>
|
||||
|
||||
<Target Name="GenerateBundledVersionsProps" DependsOnTargets="SetupBundledComponents">
|
||||
<PropertyGroup>
|
||||
<BundledVersionsPropsFileName>Microsoft.NETCoreSdk.BundledVersions.props</BundledVersionsPropsFileName>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue