Remove UsingToolNetFrameworkReferenceAssemblies (#374)

UsingToolNetFrameworkReferenceAssemblies got removed from Arcade a while ago as the SDK supports that natively.
This commit is contained in:
Viktor Hofer 2024-03-01 13:59:43 +01:00 коммит произвёл GitHub
Родитель 1591b24326
Коммит 36fdfebe8a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 3 удалений

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

@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project>
<PropertyGroup Label="Version settings">
<VersionPrefix>1.1.0</VersionPrefix>
<VsixVersionPrefix>17.3.2</VsixVersionPrefix>
@ -8,7 +7,6 @@
<PropertyGroup Label="Arcade settings">
<!-- Opt-in to Arcade tools for building VSIX projects. -->
<UsingToolVSSDK>true</UsingToolVSSDK>
<UsingToolNetFrameworkReferenceAssemblies>true</UsingToolNetFrameworkReferenceAssemblies>
</PropertyGroup>
<PropertyGroup Label="Dependencies settings">
<MicrosoftInternalCreateUnitTestVersion>17.0.0-preview-1-30928-1112</MicrosoftInternalCreateUnitTestVersion>