This commit is contained in:
Jakub Míšek 2021-07-17 15:04:39 +02:00
Родитель 226cd87b65
Коммит a5e36968fb
4 изменённых файлов: 4 добавлений и 4 удалений

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

@ -1,7 +1,7 @@
{
"msbuild-sdks": {
"Peachpie.NET.Sdk": "1.0.0-preview5",
"Peachpie.NET.Sdk": "1.0.6",
"Peachpie.Blazor.Sdk": "1.0.0-dev"
}
}

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

@ -13,7 +13,7 @@
</PropertyGroup>
<PropertyGroup>
<DisableImplicitPeachpieReferences>true</DisableImplicitPeachpieReferences>
<DisableImplicitPeachpieReferences Condition=" '$(DisableImplicitPeachpieReferences)'=='' ">true</DisableImplicitPeachpieReferences>
</PropertyGroup>
<!-- current Peachpie Blazor SDK version -->

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

@ -1,4 +1,4 @@
<!-- This file has been generated. -->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="Sdk.props" Sdk="Peachpie.NET.Sdk" Version="1.0.0-preview5" />
<Import Project="Sdk.props" Sdk="Peachpie.NET.Sdk" Version="1.0.6" />
</Project>

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

@ -1,4 +1,4 @@
<!-- This file has been generated. -->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="Sdk.targets" Sdk="Peachpie.NET.Sdk" Version="1.0.0-preview5" />
<Import Project="Sdk.targets" Sdk="Peachpie.NET.Sdk" Version="1.0.6" />
</Project>