Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xamarin/NRefactory.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Ward <matt.ward@microsoft.com>2022-03-04 20:55:04 +0300
committerMatt Ward <ward.matt@gmail.com>2022-03-08 12:19:00 +0300
commitf324292309954600222734e66471d58e338352f5 (patch)
treea2b8ad9df03283cd0d9f1afa55d0d218015d25f4
parent074fabe9ba5dee3e02421538f596151344528f6a (diff)
Add .NET 6.0 target frameworkHEADmaster
-rw-r--r--ICSharpCode.NRefactory.CSharp/ICSharpCode.NRefactory.CSharp.csproj3
-rw-r--r--ICSharpCode.NRefactory.Cecil/ICSharpCode.NRefactory.Cecil.csproj4
-rw-r--r--ICSharpCode.NRefactory/ICSharpCode.NRefactory.csproj2
3 files changed, 5 insertions, 4 deletions
diff --git a/ICSharpCode.NRefactory.CSharp/ICSharpCode.NRefactory.CSharp.csproj b/ICSharpCode.NRefactory.CSharp/ICSharpCode.NRefactory.CSharp.csproj
index 9a2fb47f..97f09564 100644
--- a/ICSharpCode.NRefactory.CSharp/ICSharpCode.NRefactory.CSharp.csproj
+++ b/ICSharpCode.NRefactory.CSharp/ICSharpCode.NRefactory.CSharp.csproj
@@ -26,7 +26,8 @@
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<EnableDefaultCompileItems>False</EnableDefaultCompileItems>
<EnableDefaultEmbeddedResourceItems>False</EnableDefaultEmbeddedResourceItems>
- <TargetFramework>net472</TargetFramework> </PropertyGroup>
+ <TargetFrameworks>net6.0;net472</TargetFrameworks>
+ </PropertyGroup>
<PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<RegisterForComInterop>False</RegisterForComInterop>
diff --git a/ICSharpCode.NRefactory.Cecil/ICSharpCode.NRefactory.Cecil.csproj b/ICSharpCode.NRefactory.Cecil/ICSharpCode.NRefactory.Cecil.csproj
index 8b4bc139..04991972 100644
--- a/ICSharpCode.NRefactory.Cecil/ICSharpCode.NRefactory.Cecil.csproj
+++ b/ICSharpCode.NRefactory.Cecil/ICSharpCode.NRefactory.Cecil.csproj
@@ -21,9 +21,9 @@
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<EnableDefaultCompileItems>False</EnableDefaultCompileItems>
<EnableDefaultEmbeddedResourceItems>False</EnableDefaultEmbeddedResourceItems>
- <TargetFramework>net472</TargetFramework>
+ <TargetFrameworks>net6.0;net472</TargetFrameworks>
<Configurations>Debug;Release;net_4_5_Debug;net_4_5_Release</Configurations>
-</PropertyGroup>
+ </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>Full</DebugType>
diff --git a/ICSharpCode.NRefactory/ICSharpCode.NRefactory.csproj b/ICSharpCode.NRefactory/ICSharpCode.NRefactory.csproj
index 0476896e..55f16687 100644
--- a/ICSharpCode.NRefactory/ICSharpCode.NRefactory.csproj
+++ b/ICSharpCode.NRefactory/ICSharpCode.NRefactory.csproj
@@ -24,7 +24,7 @@
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<EnableDefaultCompileItems>False</EnableDefaultCompileItems>
<EnableDefaultEmbeddedResourceItems>False</EnableDefaultEmbeddedResourceItems>
- <TargetFramework>net472</TargetFramework>
+ <TargetFrameworks>net6.0;net472</TargetFrameworks>
<Configurations>Debug;Release;net_4_5_Debug;net_4_5_Release</Configurations>
</PropertyGroup>
<PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">