Sahil commited on
Commit
6d20087
·
verified ·
1 Parent(s): 5ac1119

Create coc-prototype.csproj

Browse files
Files changed (1) hide show
  1. coc-prototype.csproj +7 -0
coc-prototype.csproj ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ <Project Sdk="Microsoft.NET.Sdk.Web">
2
+ <PropertyGroup>
3
+ <TargetFramework>net8.0</TargetFramework>
4
+ <Nullable>enable</Nullable>
5
+ <ImplicitUsings>enable</ImplicitUsings>
6
+ </PropertyGroup>
7
+ </Project>