Skip to content

Commit d14e753

Browse files
committed
Update version
1 parent 42d71b9 commit d14e753

File tree

5 files changed

+8
-18
lines changed

5 files changed

+8
-18
lines changed

Directory.Build.props

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
<RepositoryUrl>https://github.com/rotorgames/Rg.Plugins.Popup</RepositoryUrl>
1919
<RepositoryType>git</RepositoryType>
2020
<Product>$(AssemblyName) ($(TargetFramework))</Product>
21-
<Version>2.0.0.7</Version>
21+
<Version>2.0.0.8</Version>
2222

23-
<!--<Nullable>enable</Nullable>-->
23+
<Nullable>enable</Nullable>
2424
<LangVersion>8.0</LangVersion>
2525
<NoWarn>$(NoWarn);1591;1701;1702;1705;VSX1000;CS0109;CS0108;CS0618;CS0114;NU1603</NoWarn>
2626
<Platform>AnyCPU</Platform>
@@ -91,7 +91,7 @@
9191
<PrivateAssets>all</PrivateAssets>
9292
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
9393
</PackageReference>
94-
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="3.3.1">
94+
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="3.3.2">
9595
<PrivateAssets>all</PrivateAssets>
9696
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
9797
</PackageReference>

Rg.Plugins.Popup/Rg.Plugins.Popup.csproj

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="MSBuild.Sdk.Extras">
22
<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>
44
<TargetFrameworks Condition=" '$(OS)' == 'Windows_NT' ">uap10.0.17763;$(TargetFrameworks)</TargetFrameworks>
55
</PropertyGroup>
66

@@ -18,7 +18,6 @@
1818
<Description>Plugin for Xamarin forms. Allows you to open any page as a popup.</Description>
1919
<DisableFastUpToDateCheck>true</DisableFastUpToDateCheck>
2020
<UseWPF Condition=" '$(OS)' == 'Windows_NT' ">true</UseWPF>
21-
<nullable>enable</nullable>
2221
</PropertyGroup>
2322

2423
<PropertyGroup Condition="$(TargetFramework.StartsWith('uap')) And '$(OS)' == 'Windows_NT'">

Samples/Demo.Tizen/Demo.Tizen.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<Project Sdk="Tizen.NET.Sdk/1.0.3">
1+
<Project Sdk="Tizen.NET.Sdk/1.0.9">
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>tizen50</TargetFramework>
5+
<TargetFramework>tizen80</TargetFramework>
66
</PropertyGroup>
77

88
<ItemGroup>

Samples/Demo.UWP/Demo.UWP.csproj

+1-10
Original file line numberDiff line numberDiff line change
@@ -142,17 +142,8 @@
142142
</ProjectReference>
143143
</ItemGroup>
144144
<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>
154145
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">
155-
<Version>6.2.10</Version>
146+
<Version>6.2.11</Version>
156147
</PackageReference>
157148
<PackageReference Include="Xamarin.Forms">
158149
<Version>4.5.0.657</Version>

global.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"msbuild-sdks": {
3-
"MSBuild.Sdk.Extras": "2.1.2"
3+
"MSBuild.Sdk.Extras": "3.0.22"
44
}
55
}

0 commit comments

Comments
 (0)