Skip to content

Commit c27cc15

Browse files
committed
Update to JonSkeet.DemoUtil 1.2.0
This allows a lot of simplification
1 parent cf2acf5 commit c27cc15

File tree

12 files changed

+6
-77
lines changed

12 files changed

+6
-77
lines changed

CSharp8/Async/Async.csproj

+1-3
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,10 @@
33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
55
<TargetFramework>netcoreapp3.0</TargetFramework>
6-
<LangVersion>preview</LangVersion>
7-
<StartupObject>Async.Program</StartupObject>
86
</PropertyGroup>
97

108
<ItemGroup>
11-
<PackageReference Include="JonSkeet.DemoUtil" Version="1.1.1" />
9+
<PackageReference Include="JonSkeet.DemoUtil" Version="1.2.0" />
1210
</ItemGroup>
1311

1412
</Project>

CSharp8/Async/Program.cs

-9
This file was deleted.

CSharp8/DefaultInterfaceMethods/DefaultInterfaceMethods.csproj

+1-3
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,10 @@
33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
55
<TargetFramework>netcoreapp3.0</TargetFramework>
6-
<LangVersion>preview</LangVersion>
7-
<StartupObject>DefaultInterfaceMethods.Program</StartupObject>
86
</PropertyGroup>
97

108
<ItemGroup>
11-
<PackageReference Include="JonSkeet.DemoUtil" Version="1.1.1" />
9+
<PackageReference Include="JonSkeet.DemoUtil" Version="1.2.0" />
1210
</ItemGroup>
1311

1412
</Project>

CSharp8/DefaultInterfaceMethods/Program.cs

-9
This file was deleted.

CSharp8/IndexAndRange/IndexAndRange.csproj

+1-3
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,10 @@
33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
55
<TargetFramework>netcoreapp3.0</TargetFramework>
6-
<LangVersion>preview</LangVersion>
7-
<StartupObject>IndexAndRange.Program</StartupObject>
86
</PropertyGroup>
97

108
<ItemGroup>
11-
<PackageReference Include="JonSkeet.DemoUtil" Version="1.1.1" />
9+
<PackageReference Include="JonSkeet.DemoUtil" Version="1.2.0" />
1210
</ItemGroup>
1311

1412
</Project>

CSharp8/IndexAndRange/Program.cs

-9
This file was deleted.

CSharp8/MinorFeatures/MinorFeatures.csproj

+1-4
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,10 @@
33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
55
<TargetFramework>netcoreapp3.0</TargetFramework>
6-
<LangVersion>preview</LangVersion>
7-
<StartupObject>MinorFeatures.Program</StartupObject>
86
</PropertyGroup>
97

108
<ItemGroup>
11-
<PackageReference Include="JonSkeet.DemoUtil" Version="1.1.1" />
9+
<PackageReference Include="JonSkeet.DemoUtil" Version="1.2.0" />
1210
</ItemGroup>
1311

14-
1512
</Project>

CSharp8/MinorFeatures/Program.cs

-9
This file was deleted.

CSharp8/Nullability/Nullability.csproj

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,12 @@
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
44
<TargetFramework>netcoreapp3.0</TargetFramework>
5-
<LangVersion>preview</LangVersion>
65
<OutputType>Exe</OutputType>
76
<Nullable>enable</Nullable>
8-
<StartupObject>Nullability.Program</StartupObject>
97
</PropertyGroup>
108

119
<ItemGroup>
12-
<PackageReference Include="JonSkeet.DemoUtil" Version="1.1.1" />
10+
<PackageReference Include="JonSkeet.DemoUtil" Version="1.2.0" />
1311
<PackageReference Include="NUnit" Version="3.12.0" />
1412
</ItemGroup>
15-
16-
<ItemGroup>
17-
<Folder Include="Properties\" />
18-
</ItemGroup>
1913
</Project>

CSharp8/Nullability/Program.cs

-9
This file was deleted.

CSharp8/Patterns/Patterns.csproj

+1-3
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,10 @@
33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
55
<TargetFramework>netcoreapp3.0</TargetFramework>
6-
<LangVersion>preview</LangVersion>
7-
<StartupObject>Patterns.Program</StartupObject>
86
</PropertyGroup>
97

108
<ItemGroup>
11-
<PackageReference Include="JonSkeet.DemoUtil" Version="1.1.1" />
9+
<PackageReference Include="JonSkeet.DemoUtil" Version="1.2.0" />
1210
</ItemGroup>
1311

1412
</Project>

CSharp8/Patterns/Program.cs

-9
This file was deleted.

0 commit comments

Comments
 (0)