Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/nes-containers.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'NesContainers.csproj')
-rw-r--r--NesContainers.csproj3
1 files changed, 2 insertions, 1 deletions
diff --git a/NesContainers.csproj b/NesContainers.csproj
index b8ea4c0..fbc4df3 100644
--- a/NesContainers.csproj
+++ b/NesContainers.csproj
@@ -4,12 +4,13 @@
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyName>NesContainers</AssemblyName>
<RootNamespace>com.clusterrr.Famicom.Containers</RootNamespace>
- <LangVersion>7.3</LangVersion>
+ <LangVersion>11</LangVersion>
<DebugType>embedded</DebugType>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<DocumentationFile>NesContainers.xml</DocumentationFile>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
+ <Nullable>enable</Nullable>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">