Utilize System.Uri class
ctrippel1 opened this issue · 2 comments
ctrippel1 commented
In SGP.NET project:
- Replace use of the System.Security.Policy.Url class with System.Uri instead.
- Replace use of url.Value with uri.AbsoluteUri
- Remove System.Security.Policy usings
Files affected:
a. RemoteTleProvider.cs
b. CachingRemoteTleProvider.cs
This change has the benefit of allowing the SGP.NET project to target netstandard2.0 (i.e. .NET, .NET Core 2, etc.).
parzivail commented
Oh, boy. Fatfinger syndrome and automatic importing strikes again. Thanks for the heads up, I'll draft a fix.
parzivail commented
Released on Nuget in 1.0.4