1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
- <UseMSBuild Condition =" $([MSBuild]::IsOSPlatform('windows'))" >true</UseMSBuild >
4
- <MSBuildSdkExtrasVersion >3.0.44</MSBuildSdkExtrasVersion >
5
- </PropertyGroup >
6
-
7
- <Import Project =" Sdk.props" Sdk =" MSBuild.Sdk.Extras" Version =" $(MSBuildSdkExtrasVersion)" Condition =" '$(UseMSBuild)' == 'true'" />
8
-
9
- <PropertyGroup >
10
- <TargetFrameworks >net6.0;net6.0-ios;net6.0-android;net6.0-maccatalyst</TargetFrameworks >
11
- <TargetFrameworks Condition =" '$(UseMSBuild)' == 'true'" >$(TargetFrameworks);netstandard2.0;xamarin.ios10;monoandroid12.0</TargetFrameworks >
3
+ <TargetFrameworks >net8.0;net8.0-ios;net8.0-android;net8.0-maccatalyst</TargetFrameworks >
12
4
<PackageProjectUrl >https://github.com/aritchie/userdialogs</PackageProjectUrl >
13
5
<Product >$(AssemblyName) ($(TargetFramework))</Product >
14
6
<Authors >Allan Ritchie</Authors >
30
22
<SymbolPackageFormat >snupkg</SymbolPackageFormat >
31
23
<PublishRepositoryUrl >True</PublishRepositoryUrl >
32
24
<EmbedUntrackedSources >True</EmbedUntrackedSources >
33
- </PropertyGroup >
34
-
35
- <PropertyGroup Condition =" '$(GITHUB_ACTIONS)' == 'true' OR '$(CI)' == 'true'" >
36
- <ContinuousIntegrationBuild >true</ContinuousIntegrationBuild >
37
- </PropertyGroup >
38
-
39
- <PropertyGroup Condition =" $(TargetFramework.Contains('android')) " >
40
- <DefineConstants >$(DefineConstants);ANDROIDX</DefineConstants >
25
+ <ContinuousIntegrationBuild Condition =" '$(GITHUB_ACTIONS)' == 'true' OR '$(CI)' == 'true'" >true</ContinuousIntegrationBuild >
41
26
</PropertyGroup >
42
27
43
28
<ItemGroup >
44
29
<None Include =" readme.txt" pack =" true" PackagePath =" ." />
45
30
<None Include =" Platforms\**\*.*" />
46
31
<Compile Remove =" Platforms\**\*.*" />
47
- <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.1.1 " PrivateAssets =" All" />
48
- <PackageReference Include =" Nerdbank.GitVersioning" Version =" 3.5.109 " >
32
+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 8.0.0 " PrivateAssets =" All" />
33
+ <PackageReference Include =" Nerdbank.GitVersioning" Version =" 3.6.133 " >
49
34
<PrivateAssets >all</PrivateAssets >
50
35
<IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
51
36
</PackageReference >
52
37
</ItemGroup >
53
38
54
- <ItemGroup Condition =" $(TargetFramework.StartsWith('Xamarin.iOS')) " >
55
- <Reference Include =" OpenTK-1.0" />
56
- <!-- <Reference Include="../OpenTK-1.0.dll" />-->
57
- </ItemGroup >
58
-
59
- <ItemGroup Condition =" $(TargetFramework.Contains('mono'))" >
60
- <Reference Include =" System.Drawing.Common" />
61
- </ItemGroup >
62
-
63
- <ItemGroup Condition =" $(TargetFramework.StartsWith('netstandard')) " >
64
- <Compile Include =" Platforms\Shared\**\*.cs" />
65
- </ItemGroup >
66
-
67
39
<ItemGroup Condition =" $(TargetFramework.Contains('android')) " >
68
40
<Compile Include =" Platforms\Shared\**\*.cs" />
69
41
<Compile Include =" Platforms\Android\**\*.cs" />
70
- <PackageReference Include =" AndHUD" Version =" 1.5.0 " />
71
- <PackageReference Include =" Xamarin.Google.Android.Material" Version =" 1.6.0 " />
42
+ <PackageReference Include =" AndHUD" Version =" 2.0.1 " />
43
+ <PackageReference Include =" Xamarin.Google.Android.Material" Version =" 1.10.0.3 " />
72
44
</ItemGroup >
73
45
74
46
<ItemGroup Condition =" $(TargetFramework.Contains('ios')) OR $(TargetFramework.Contains('catalyst')) " >
75
47
<Compile Include =" Platforms\Shared\**\*.cs" />
76
48
<Compile Include =" Platforms\ios\**\*.cs" />
77
49
<Compile Include =" Platforms\Apple\**\*.cs" />
78
- <PackageReference Include =" BTProgressHUD" Version =" 1.5.0 " />
50
+ <PackageReference Include =" BTProgressHUD" Version =" 2.0.1 " />
79
51
</ItemGroup >
80
-
81
- <Import Project =" Sdk.targets" Sdk =" MSBuild.Sdk.Extras" Version =" $(MSBuildSdkExtrasVersion)" Condition =" '$(UseMSBuild)' == 'true'" />
82
52
</Project >
0 commit comments