File tree 4 files changed +11
-9
lines changed
4 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 18
18
<RepositoryUrl >https://github.com/rotorgames/Rg.Plugins.Popup</RepositoryUrl >
19
19
<RepositoryType >git</RepositoryType >
20
20
<Product >$(AssemblyName) ($(TargetFramework))</Product >
21
- <Version >2.0.0.3 </Version >
21
+ <Version >2.0.0.4 </Version >
22
22
23
23
<!-- <Nullable>enable</Nullable>-->
24
24
<LangVersion >8.0</LangVersion >
91
91
<PrivateAssets >all</PrivateAssets >
92
92
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
93
93
</PackageReference >
94
- <PackageReference Include =" Microsoft.CodeAnalysis.FxCopAnalyzers" Version =" 3.0 .0" >
94
+ <PackageReference Include =" Microsoft.CodeAnalysis.FxCopAnalyzers" Version =" 3.3 .0" >
95
95
<PrivateAssets >all</PrivateAssets >
96
96
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
97
97
</PackageReference >
Original file line number Diff line number Diff line change 2
2
<PropertyGroup Condition =" $(TargetFramework.StartsWith('netstandard'))" >
3
3
<DefineConstants >$(DefineConstants);NETSTANDARD;PORTABLE</DefineConstants >
4
4
</PropertyGroup >
5
+ <PropertyGroup Condition =" $(TargetFramework.StartsWith('netstandard2.0'))" >
6
+ <DefineConstants >$(DefineConstants);NETSTANDARD20</DefineConstants >
7
+ </PropertyGroup >
5
8
<PropertyGroup Condition =" $(TargetFramework.StartsWith('net4'))" >
6
9
<DefineConstants >$(DefineConstants);NET;WPF;XAML</DefineConstants >
7
10
</PropertyGroup >
11
+ <PropertyGroup Condition =" $(TargetFramework.StartsWith('net5'))" >
12
+ <DefineConstants >$(DefineConstants);NET;NET5</DefineConstants >
13
+ </PropertyGroup >
8
14
<PropertyGroup Condition =" $(TargetFramework.StartsWith('uap'))" >
9
15
<DefineConstants >$(DefineConstants);NETFX_CORE;XAML;WINDOWS;WINDOWS_UWP;UWP</DefineConstants >
10
16
<TargetPlatformVersion >10.0.17763.0</TargetPlatformVersion >
29
35
<AndroidResgenFile >Resources\Resource.designer.cs</AndroidResgenFile >
30
36
</PropertyGroup >
31
37
<PropertyGroup Condition =" $(TargetFramework.StartsWith('netcoreapp'))" >
32
- <DefineConstants >$(DefineConstants);NETCORE;NETCOREAPP</DefineConstants >
33
- </PropertyGroup >
34
- <PropertyGroup Condition =" $(TargetFramework.StartsWith('netcoreapp3.'))" >
35
- <DefineConstants >$(DefineConstants);WPF</DefineConstants >
38
+ <DefineConstants >$(DefineConstants);NETCOREAPP</DefineConstants >
36
39
</PropertyGroup >
37
40
<PropertyGroup Condition =" $(TargetFramework.StartsWith('tizen'))" >
38
41
<DefineConstants >$(DefineConstants);TIZEN</DefineConstants >
Original file line number Diff line number Diff line change 2
2
<PropertyGroup Condition =" '$(TargetsToBuild)' == 'All' " >
3
3
<TargetFrameworks >netstandard2.0;xamarin.ios10;xamarin.mac20;xamarin.tvos10;xamarin.watchos10;monoandroid9.0;monoandroid10.0;tizen40;netcoreapp3.1;net472</TargetFrameworks >
4
4
<TargetFrameworks Condition =" '$(OS)' == 'Windows_NT' " >uap10.0.17763;$(TargetFrameworks)</TargetFrameworks >
5
- <TargetFrameworks Condition =" '$(OS)' == 'Windows_NT' " >uap10.0.16299;$(TargetFrameworks)</TargetFrameworks >
6
5
</PropertyGroup >
7
6
8
7
<PropertyGroup Condition =" '$(TargetsToBuild)' != 'All' " >
9
8
<TargetFrameworks Condition =" '$(TargetsToBuild)' == 'Android' " >netstandard2.0;monoandroid10.0;monoandroid9.0;</TargetFrameworks >
10
- <TargetFrameworks Condition =" '$(TargetsToBuild)' == 'Uap' " >netstandard2.0;uap10.0.17763;uap10.0.16299 </TargetFrameworks >
9
+ <TargetFrameworks Condition =" '$(TargetsToBuild)' == 'Uap' " >netstandard2.0;uap10.0.17763</TargetFrameworks >
11
10
<TargetFrameworks Condition =" '$(TargetsToBuild)' == 'iOS' " >netstandard2.0;xamarin.ios10</TargetFrameworks >
12
11
<TargetFrameworks Condition =" '$(TargetsToBuild)' == 'Apple' " >netstandard2.0;xamarin.ios10;xamarin.mac20;xamarin.tvos10</TargetFrameworks >
13
12
</PropertyGroup >
Original file line number Diff line number Diff line change 1
1
{
2
2
"msbuild-sdks" : {
3
- "MSBuild.Sdk.Extras" : " 2.0.54 "
3
+ "MSBuild.Sdk.Extras" : " 2.1.2 "
4
4
}
5
5
}
You can’t perform that action at this time.
0 commit comments