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>
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
<IsPartialFacadeAssembly>true</IsPartialFacadeAssembly>
|
||||
<ProjectGuid>{CCE47F37-2C51-44EB-8F54-0474D7831515}</ProjectGuid>
|
||||
</PropertyGroup>
|
||||
<!-- Help VS understand available configurations -->
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netcoreapp-Unix-Debug|AnyCPU'" />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netcoreapp-Unix-Release|AnyCPU'" />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netcoreapp-Windows_NT-Debug|AnyCPU'" />
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
|
||||
namespace System.Reflection.Emit
|
||||
{
|
||||
[Serializable]
|
||||
public enum FlowControl
|
||||
{
|
||||
Branch = 0,
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
|
||||
namespace System.Reflection.Emit
|
||||
{
|
||||
[Serializable]
|
||||
public enum OpCodeType
|
||||
{
|
||||
[Obsolete("This API has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202")]
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
|
||||
namespace System.Reflection.Emit
|
||||
{
|
||||
[Serializable]
|
||||
public enum OperandType
|
||||
{
|
||||
InlineBrTarget = 0,
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
|
||||
namespace System.Reflection.Emit
|
||||
{
|
||||
[Serializable]
|
||||
public enum PackingSize
|
||||
{
|
||||
Unspecified = 0,
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
|
||||
namespace System.Reflection.Emit
|
||||
{
|
||||
[Serializable]
|
||||
public enum StackBehaviour
|
||||
{
|
||||
Pop0 = 0,
|
||||
|
||||
Reference in New Issue
Block a user