Skip to content

Commit 115c634

Browse files
standardized Hocon.Immutable on common.props; run on .NET Core 2.1 (#116)
1 parent d48ecb3 commit 115c634

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

src/Hocon.Benchmarks/Hocon.Benchmarks.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>netcoreapp2.0</TargetFramework>
5+
<TargetFramework>netcoreapp2.1</TargetFramework>
66
<IsPackable>false</IsPackable>
77
</PropertyGroup>
88

src/Hocon.Configuration.Test/Hocon.Configuration.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Import Project="..\common.props" />
33

44
<PropertyGroup>
5-
<TargetFrameworks>net461;netcoreapp2.0</TargetFrameworks>
5+
<TargetFrameworks>net461;netcoreapp2.1</TargetFrameworks>
66
</PropertyGroup>
77

88
<ItemGroup>

src/Hocon.Immutable/Hocon.Immutable.csproj

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2-
2+
<Import Project="..\common.props" />
33
<PropertyGroup>
44
<TargetFrameworks>net461;netstandard2.0</TargetFrameworks>
55
<LangVersion>7.2</LangVersion>
66
<DefineConstants Condition="'$(TargetFramework)' == 'netstandard2.1'">NS2_1</DefineConstants>
7-
<DefineConstants Condition="'$(Configuration)' == 'Debug'">DEBUG</DefineConstants>
87
</PropertyGroup>
98

109
<ItemGroup>

src/common.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<Copyright>Copyright © 2014-2018 Akka.NET Team</Copyright>
3+
<Copyright>Copyright © 2014-2019 Akka.NET Team</Copyright>
44
<Authors>Akka.NET Team</Authors>
55
<VersionPrefix>1.1.0</VersionPrefix>
66
<PackageReleaseNotes>HOCON 1.1.0 contains a large number of bug fixes and improvements over HOCON 1.0.0, including:

0 commit comments

Comments
 (0)