commit
c90ffb0033
|
|
@ -2,7 +2,7 @@
|
||||||
<Project>
|
<Project>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
|
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
|
||||||
<AspNetCoreBaselineVersion>2.2.2</AspNetCoreBaselineVersion>
|
<AspNetCoreBaselineVersion>2.2.3</AspNetCoreBaselineVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<!-- Package: dotnet-dev-certs-->
|
<!-- Package: dotnet-dev-certs-->
|
||||||
<PropertyGroup Condition=" '$(PackageId)' == 'dotnet-dev-certs' ">
|
<PropertyGroup Condition=" '$(PackageId)' == 'dotnet-dev-certs' ">
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ This file contains a list of all the packages and their versions which were rele
|
||||||
build of ASP.NET Core 2.2.x. Update this list when preparing for a new patch.
|
build of ASP.NET Core 2.2.x. Update this list when preparing for a new patch.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<Baseline Version="2.2.2">
|
<Baseline Version="2.2.3">
|
||||||
<Package Id="dotnet-dev-certs" Version="2.2.0" />
|
<Package Id="dotnet-dev-certs" Version="2.2.0" />
|
||||||
<Package Id="dotnet-sql-cache" Version="2.2.0" />
|
<Package Id="dotnet-sql-cache" Version="2.2.0" />
|
||||||
<Package Id="dotnet-user-secrets" Version="2.2.0" />
|
<Package Id="dotnet-user-secrets" Version="2.2.0" />
|
||||||
|
|
|
||||||
|
|
@ -33,4 +33,8 @@ Later on, this will be checked using this condition:
|
||||||
<PackagesInPatch>
|
<PackagesInPatch>
|
||||||
</PackagesInPatch>
|
</PackagesInPatch>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
<PropertyGroup Condition=" '$(VersionPrefix)' == '2.2.4' ">
|
||||||
|
<PackagesInPatch>
|
||||||
|
</PackagesInPatch>
|
||||||
|
</PropertyGroup>
|
||||||
</Project>
|
</Project>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue