You've already forked linux-packaging-mono
Imported Upstream version 5.4.0.167
Former-commit-id: 5624ac747d633e885131e8349322922b6a59baaa
This commit is contained in:
parent
e49d6f06c0
commit
536cd135cc
@@ -2,7 +2,8 @@
|
||||
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="..\dir.props" />
|
||||
<PropertyGroup>
|
||||
<AssemblyVersion>4.1.0.0</AssemblyVersion>
|
||||
<AssemblyVersion>4.1.1.0</AssemblyVersion>
|
||||
<AssemblyKey>MSFT</AssemblyKey>
|
||||
<IsNETCoreApp>true</IsNETCoreApp>
|
||||
<IsUAP>true</IsUAP>
|
||||
</PropertyGroup>
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
|
||||
namespace System.Security.Principal
|
||||
{
|
||||
[Serializable]
|
||||
public enum PrincipalPolicy
|
||||
{
|
||||
// Note: it's important that the default policy has the value 0.
|
||||
|
||||
@@ -6,7 +6,6 @@ using System;
|
||||
|
||||
namespace System.Security.Principal
|
||||
{
|
||||
[Serializable]
|
||||
public enum TokenImpersonationLevel
|
||||
{
|
||||
None = 0,
|
||||
|
||||
Reference in New Issue
Block a user