File tree 4 files changed +9
-7
lines changed
4 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 23
23
</When >
24
24
</Choose >
25
25
26
+ <PropertyGroup Condition =" $(IsUnoProject) " >
27
+ <UnoTargetFrameworks >net7.0;net7.0-android;net7.0-ios;net7.0-maccatalyst;net7.0-macos</UnoTargetFrameworks >
28
+ <UnoTargetFrameworks Condition =" '$(OS)' == 'Windows_NT' " >$(UnoTargetFrameworks);net7.0-windows10.0.19041</UnoTargetFrameworks >
29
+ </PropertyGroup >
30
+
26
31
<PropertyGroup >
27
32
<GenerateDocumentationFile >true</GenerateDocumentationFile >
28
33
<GeneratePackageOnBuild >$(IsPackable)</GeneratePackageOnBuild >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project Sdk =" Microsoft.NET.Sdk" >
3
3
<PropertyGroup >
4
- <TargetFrameworks >net7.0;net7.0-android;net7.0-ios;net7.0-maccatalyst;net7.0-macos</TargetFrameworks >
5
- <TargetFrameworks Condition =" '$(OS)' == 'Windows_NT' " >$(TargetFrameworks);net7.0-windows10.0.19041</TargetFrameworks >
4
+ <TargetFrameworks >$(UnoTargetFrameworks)</TargetFrameworks >
6
5
<NoWarn >$(NoWarn);1591</NoWarn >
7
6
<AssemblyName >Prism.DryIoc.Uno</AssemblyName >
8
7
<PackageId >Prism.DryIoc.Uno.WinUI</PackageId >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
- <TargetFrameworks >net7.0;net7.0-android;net7.0-ios;net7.0-maccatalyst;net7.0-macos</TargetFrameworks >
4
- <TargetFrameworks Condition =" '$(OS)' == 'Windows_NT' " >$(TargetFrameworks);net7.0-windows10.0.19041</TargetFrameworks >
3
+ <TargetFrameworks >$(UnoTargetFrameworks)</TargetFrameworks >
5
4
<GenerateLibraryLayout >true</GenerateLibraryLayout >
6
5
</PropertyGroup >
7
6
16
15
<ItemGroup >
17
16
<ProjectReference Include =" ..\Prism.Uno\Prism.Uno.WinUI.csproj" />
18
17
</ItemGroup >
19
- </Project >
18
+ </Project >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project Sdk =" Microsoft.NET.Sdk" >
3
3
<PropertyGroup >
4
- <TargetFrameworks >net7.0;net7.0-android;net7.0-ios;net7.0-maccatalyst;net7.0-macos</TargetFrameworks >
5
- <TargetFrameworks Condition =" '$(OS)' == 'Windows_NT' " >$(TargetFrameworks);net7.0-windows10.0.19041</TargetFrameworks >
4
+ <TargetFrameworks >$(UnoTargetFrameworks)</TargetFrameworks >
6
5
<GenerateLibraryLayout >true</GenerateLibraryLayout >
7
6
<AssemblyName >Prism.Uno</AssemblyName >
8
7
<RootNamespace >Prism</RootNamespace >
You can’t perform that action at this time.
0 commit comments