Skip to content

Commit 7cad06b

Browse files
committed
Fixed output type of RoslynDemo project
1 parent 2a77c08 commit 7cad06b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/RoslynDemo/RoslynDemo.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFramework>net461</TargetFramework>
4+
<OutputType>Exe</OutputType>
45
</PropertyGroup>
56
<ItemGroup>
67
<Compile Update="Fruit.cs">

0 commit comments

Comments
 (0)