mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-04 14:08:32 +00:00
Version 4.14. Added support for .NET Core 3
This commit is contained in:
parent
23778280e1
commit
dee1a776bf
2 changed files with 3 additions and 2 deletions
|
|
@ -185,7 +185,6 @@ namespace MapControl.Caching
|
|||
stream.Write(Encoding.ASCII.GetBytes("EXPIRES:"), 0, 8);
|
||||
stream.Write(BitConverter.GetBytes(imageCacheItem.Expiration.Ticks), 0, 8);
|
||||
}
|
||||
|
||||
#if !NET_CORE
|
||||
var fileSecurity = File.GetAccessControl(path);
|
||||
fileSecurity.AddAccessRule(fullControlRule);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue