2021-03-18 22:51:55 +03:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Project>
|
|
|
|
<Import Project="Sdk.props" Sdk="Microsoft.DotNet.Arcade.Sdk" />
|
2021-08-26 02:35:13 +03:00
|
|
|
|
2023-04-24 17:00:42 +03:00
|
|
|
<PropertyGroup>
|
|
|
|
<!-- Emsdk doesn't support Arcade-driven target framework filtering. -->
|
|
|
|
<NoTargetFrameworkFiltering>true</NoTargetFrameworkFiltering>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
2021-08-26 02:35:13 +03:00
|
|
|
<PropertyGroup Condition="'$(StabilizePackageVersion)' == 'true'">
|
|
|
|
<StableVersion>$(VersionPrefix)</StableVersion>
|
|
|
|
</PropertyGroup>
|
2021-03-18 22:51:55 +03:00
|
|
|
</Project>
|