Updated to the WindowsAppSDK 1.0.0-preview2.

This commit is contained in:
Alexandre Zollinger Chohfi 2021-10-12 13:02:42 -07:00
Родитель f9a9476cab
Коммит f118ceee42
4 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -57,7 +57,7 @@
<Choose>
<When Condition="'$(IsWinUIProject)' == 'true'">
<ItemGroup>
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.0.0-preview1" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.0.0-preview2" />
</ItemGroup>
</When>
</Choose>

Просмотреть файл

@ -78,7 +78,7 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.WindowsAppSDK" Version="[1.0.0-preview1]">
<PackageReference Include="Microsoft.WindowsAppSDK" Version="[1.0.0-preview2]">
<IncludeAssets>build</IncludeAssets>
</PackageReference>
</ItemGroup>

Просмотреть файл

@ -38,7 +38,7 @@ steps:
- task: UseDotNet@2
displayName: 'Install .NET Core SDK'
inputs:
version: 5.0.401
version: 5.0.402
performMultiLevelLookup: true
- task: DotNetCoreCLI@2

Просмотреть файл

@ -1,5 +1,5 @@
{
"version": "2.0.10-build.{height}",
"version": "2.0.11-build.{height}",
"publicReleaseRefSpec": [
"^refs/heads/master$", // we release out of master
"^refs/heads/rel/\\d+\\.\\d+\\.\\d+" // we also release branches starting with rel/N.N.N