File tree 5 files changed +8
-18
lines changed
5 files changed +8
-18
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.7 </Version >
21
+ <Version >2.0.0.8 </Version >
22
22
23
- <!-- < Nullable>enable</Nullable> -- >
23
+ <Nullable >enable</Nullable >
24
24
<LangVersion >8.0</LangVersion >
25
25
<NoWarn >$(NoWarn);1591;1701;1702;1705;VSX1000;CS0109;CS0108;CS0618;CS0114;NU1603</NoWarn >
26
26
<Platform >AnyCPU</Platform >
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.3.1 " >
94
+ <PackageReference Include =" Microsoft.CodeAnalysis.FxCopAnalyzers" Version =" 3.3.2 " >
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 1
1
<Project Sdk =" MSBuild.Sdk.Extras" >
2
2
<PropertyGroup Condition =" '$(TargetsToBuild)' == 'All' " >
3
- <TargetFrameworks >netstandard2.0;xamarin.ios10;xamarin.mac20;xamarin.tvos10;xamarin.watchos10;monoandroid9.0;monoandroid10.0;tizen40 ;netcoreapp3.1;net472</TargetFrameworks >
3
+ <TargetFrameworks >netstandard2.0;xamarin.ios10;xamarin.mac20;xamarin.tvos10;xamarin.watchos10;monoandroid9.0;monoandroid10.0;tizen80 ;netcoreapp3.1;net472</TargetFrameworks >
4
4
<TargetFrameworks Condition =" '$(OS)' == 'Windows_NT' " >uap10.0.17763;$(TargetFrameworks)</TargetFrameworks >
5
5
</PropertyGroup >
6
6
18
18
<Description >Plugin for Xamarin forms. Allows you to open any page as a popup.</Description >
19
19
<DisableFastUpToDateCheck >true</DisableFastUpToDateCheck >
20
20
<UseWPF Condition =" '$(OS)' == 'Windows_NT' " >true</UseWPF >
21
- <nullable >enable</nullable >
22
21
</PropertyGroup >
23
22
24
23
<PropertyGroup Condition =" $(TargetFramework.StartsWith('uap')) And '$(OS)' == 'Windows_NT'" >
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Tizen.NET.Sdk/1.0.3 " >
1
+ <Project Sdk =" Tizen.NET.Sdk/1.0.9 " >
2
2
3
3
<PropertyGroup >
4
4
<OutputType >Exe</OutputType >
5
- <TargetFramework >tizen50 </TargetFramework >
5
+ <TargetFramework >tizen80 </TargetFramework >
6
6
</PropertyGroup >
7
7
8
8
<ItemGroup >
Original file line number Diff line number Diff line change 142
142
</ProjectReference >
143
143
</ItemGroup >
144
144
<ItemGroup >
145
- <PackageReference Include =" Microsoft.ApplicationInsights" >
146
- <Version >2.14.0</Version >
147
- </PackageReference >
148
- <PackageReference Include =" Microsoft.ApplicationInsights.PersistenceChannel" >
149
- <Version >1.2.3</Version >
150
- </PackageReference >
151
- <PackageReference Include =" Microsoft.ApplicationInsights.WindowsApps" >
152
- <Version >1.1.1</Version >
153
- </PackageReference >
154
145
<PackageReference Include =" Microsoft.NETCore.UniversalWindowsPlatform" >
155
- <Version >6.2.10 </Version >
146
+ <Version >6.2.11 </Version >
156
147
</PackageReference >
157
148
<PackageReference Include =" Xamarin.Forms" >
158
149
<Version >4.5.0.657</Version >
Original file line number Diff line number Diff line change 1
1
{
2
2
"msbuild-sdks" : {
3
- "MSBuild.Sdk.Extras" : " 2.1.2 "
3
+ "MSBuild.Sdk.Extras" : " 3.0.22 "
4
4
}
5
5
}
You can’t perform that action at this time.
0 commit comments