File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
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.10 </Version >
21
+ <Version >2.0.0.11 </Version >
22
22
23
23
<Nullable >enable</Nullable >
24
24
<LangVersion >8.0</LangVersion >
Original file line number Diff line number Diff line change 11
11
using XPlatform = Xamarin . Forms . Platform . UWP . Platform ;
12
12
using Xamarin . Forms . Platform . UWP ;
13
13
using Windows . UI . Core ;
14
+ using Rg . Plugins . Popup . Exceptions ;
14
15
15
16
[ assembly: Dependency ( typeof ( PopupPlatformWindows ) ) ]
16
17
namespace Rg . Plugins . Popup . Windows . Impl
Original file line number Diff line number Diff line change 1
1
{
2
2
"msbuild-sdks" : {
3
- "MSBuild.Sdk.Extras" : " 3.0.22 "
3
+ "MSBuild.Sdk.Extras" : " 3.0.23 "
4
4
}
5
5
}
You can’t perform that action at this time.
0 commit comments