We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4036a98 commit 58332b8Copy full SHA for 58332b8
1 file changed
CLI/FlamesCLI_dotnet6_dev.csproj
@@ -0,0 +1,12 @@
1
+<Project Sdk="Microsoft.NET.Sdk">
2
+ <PropertyGroup>
3
+ <OutputType>Exe</OutputType>
4
+ <TargetFramework>net6.0</TargetFramework>
5
+ <PublishSingleFile>true</PublishSingleFile>
6
+ <AssemblyName>FlamesCLI</AssemblyName>
7
+ </PropertyGroup>
8
+
9
+ <ItemGroup>
10
+ <ProjectReference Include="..\Flames\Flames_dotnet_dev.csproj" />
11
+ </ItemGroup>
12
+</Project>
0 commit comments