uses peachpie v1.0.6
This commit is contained in:
Родитель
226cd87b65
Коммит
a5e36968fb
|
@ -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>
|
||||
|
|
Загрузка…
Ссылка в новой задаче