0
0
mirror of https://github.com/sp-tarkov/modules.git synced 2025-02-13 01:30:45 -05:00

added latest langversion in csprojs and formatting

This commit is contained in:
CWX 2024-08-21 12:51:46 +01:00
parent 61d43585ab
commit a1fb3350b4
9 changed files with 252 additions and 245 deletions

View File

@ -3,6 +3,7 @@
<PropertyGroup> <PropertyGroup>
<TargetFramework>net471</TargetFramework> <TargetFramework>net471</TargetFramework>
<Configuration>Release</Configuration> <Configuration>Release</Configuration>
<LangVersion>latest</LangVersion>
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>

View File

@ -5,6 +5,7 @@
<TargetFramework>net471</TargetFramework> <TargetFramework>net471</TargetFramework>
<AssemblyName>spt-common</AssemblyName> <AssemblyName>spt-common</AssemblyName>
<Configuration>Release</Configuration> <Configuration>Release</Configuration>
<LangVersion>latest</LangVersion>
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>

View File

@ -4,6 +4,7 @@
<TargetFramework>net471</TargetFramework> <TargetFramework>net471</TargetFramework>
<AssemblyName>spt-core</AssemblyName> <AssemblyName>spt-core</AssemblyName>
<Configuration>Release</Configuration> <Configuration>Release</Configuration>
<LangVersion>latest</LangVersion>
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>

View File

@ -4,6 +4,7 @@
<TargetFramework>net471</TargetFramework> <TargetFramework>net471</TargetFramework>
<AssemblyName>spt-custom</AssemblyName> <AssemblyName>spt-custom</AssemblyName>
<Configuration>Release</Configuration> <Configuration>Release</Configuration>
<LangVersion>latest</LangVersion>
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>

View File

@ -4,6 +4,7 @@
<TargetFramework>net471</TargetFramework> <TargetFramework>net471</TargetFramework>
<AssemblyName>spt-debugging</AssemblyName> <AssemblyName>spt-debugging</AssemblyName>
<Configuration>Release</Configuration> <Configuration>Release</Configuration>
<LangVersion>latest</LangVersion>
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>

View File

@ -1,10 +1,10 @@
 <Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup> <PropertyGroup>
<TargetFramework>net471</TargetFramework> <TargetFramework>net471</TargetFramework>
<AssemblyName>spt-prepatch</AssemblyName> <AssemblyName>spt-prepatch</AssemblyName>
<Configuration>Release</Configuration> <Configuration>Release</Configuration>
<LangVersion>latest</LangVersion>
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>

View File

@ -4,6 +4,7 @@
<TargetFramework>net471</TargetFramework> <TargetFramework>net471</TargetFramework>
<Configuration>Release</Configuration> <Configuration>Release</Configuration>
<AssemblyName>spt-reflection</AssemblyName> <AssemblyName>spt-reflection</AssemblyName>
<LangVersion>latest</LangVersion>
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>

View File

@ -4,6 +4,7 @@
<TargetFramework>net471</TargetFramework> <TargetFramework>net471</TargetFramework>
<AssemblyName>spt-singleplayer</AssemblyName> <AssemblyName>spt-singleplayer</AssemblyName>
<Configuration>Release</Configuration> <Configuration>Release</Configuration>
<LangVersion>latest</LangVersion>
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>