Browse Source

Upgraded C# language version to 7.2.

improved_timing
Ian Burgmyer 6 years ago
parent
commit
5dc9c9980a
  1. 1
      DotSDL/DotSDL.csproj
  2. 1
      Samples/Sample.Audio/Sample.Audio.csproj
  3. 1
      Samples/Sample.BasicPixels/Sample.BasicPixels.csproj
  4. 1
      Samples/Sample.Power/Sample.Power.csproj
  5. 1
      Samples/Sample.Sprites/Sample.Sprites.csproj

1
DotSDL/DotSDL.csproj

@ -8,6 +8,7 @@
<Copyright>(c) 2017 Ian Burgmyer</Copyright>
<Authors>Ian Burgmyer</Authors>
<Company>The DotSDL Team</Company>
<LangVersion>7.2</LangVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>

1
Samples/Sample.Audio/Sample.Audio.csproj

@ -2,6 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework>
<LangVersion>7.2</LangVersion>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\DotSDL\DotSDL.csproj" />

1
Samples/Sample.BasicPixels/Sample.BasicPixels.csproj

@ -2,6 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework>
<LangVersion>7.2</LangVersion>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\DotSDL\DotSDL.csproj" />

1
Samples/Sample.Power/Sample.Power.csproj

@ -2,6 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework>
<LangVersion>7.2</LangVersion>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\DotSDL\DotSDL.csproj" />

1
Samples/Sample.Sprites/Sample.Sprites.csproj

@ -2,6 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework>
<LangVersion>7.2</LangVersion>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\DotSDL\DotSDL.csproj" />

Loading…
Cancel
Save