Skip to content

Commit df01b3f

Browse files
committed
Merge Some Changes
2 parents 633c316 + f690365 commit df01b3f

5 files changed

Lines changed: 6 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# try-csharp
2-
This is my TUTORIAL project for csharp. (.NET Framework and Mono)
2+
This is my TUTORIAL project for csharp. (.NET Framework and Mono and dotnet core)
33

44
# IDE
55
- JetBrains Rider

TryCSharp.Common/TryCSharp.Common.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<AssemblyName>TryCSharp.Common</AssemblyName>
1313
<TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
1414
<FileAlignment>512</FileAlignment>
15-
<LangVersion>7.2</LangVersion>
15+
<LangVersion>latest</LangVersion>
1616
</PropertyGroup>
1717
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1818
<PlatformTarget>AnyCPU</PlatformTarget>
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
4-
<TargetFramework>netcoreapp2.0</TargetFramework>
4+
<TargetFramework>netcoreapp2.1</TargetFramework>
5+
<LangVersion>latest</LangVersion>
56
</PropertyGroup>
67
</Project>

TryCSharp.Samples/TryCSharp.Samples.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<AssemblyName>TryCSharp.Samples</AssemblyName>
1313
<TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
1414
<FileAlignment>512</FileAlignment>
15-
<LangVersion>7.2</LangVersion>
15+
<LangVersion>latest</LangVersion>
1616
</PropertyGroup>
1717
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1818
<PlatformTarget>AnyCPU</PlatformTarget>

TryCSharp.Tools.Cui/TryCSharp.Tools.Cui.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<AssemblyName>TryCSharp.Tools.Cui</AssemblyName>
1313
<TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
1414
<FileAlignment>512</FileAlignment>
15-
<LangVersion>7.2</LangVersion>
15+
<LangVersion>latest</LangVersion>
1616
</PropertyGroup>
1717
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1818
<PlatformTarget>AnyCPU</PlatformTarget>

0 commit comments

Comments
 (0)