This commit is contained in:
Redth 2022-01-06 20:52:49 -05:00
Родитель c99b46bffc
Коммит 3ac03d12ec
2 изменённых файлов: 3 добавлений и 2 удалений

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

@ -127,6 +127,8 @@ stages:
- pwsh: |
Invoke-WebRequest 'https://raw.githubusercontent.com/Samsung/Tizen.NET/main/workload/scripts/workload-install.ps1' -OutFile 'workload-install.ps1'
# We need this to install into the 6.0.200 band workload folder
((Get-Content -path .\workload-install -Raw) -replace '$DotnetVersionBand = "6.0.100"','$DotnetVersionBand = "6.0.200"') | Set-Content -Path .\workload-install.ps1
.\workload-install.ps1
displayName: install tizen

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

@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0;netstandard2.1;net6.0-ios;net6.0-android;net6.0-maccatalyst;net6.0-windows10.0.18362</TargetFrameworks>
<!-- <TargetFrameworks>netstandard2.0;netstandard2.1;net6.0-ios;net6.0-android;net6.0-maccatalyst;net6.0-windows10.0.18362;net6.0-tizen6.5</TargetFrameworks> -->
<TargetFrameworks>netstandard2.0;netstandard2.1;net6.0-ios;net6.0-android;net6.0-maccatalyst;net6.0-windows10.0.18362;net6.0-tizen6.5</TargetFrameworks>
<!-- Optional: Publish the repository URL in the built .nupkg (in the NuSpec <Repository> element) -->
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<!-- Optional: Build symbol package (.snupkg) to distribute the PDB containing Source Link -->