Skip to content

Commit

Permalink
Change debug C# version to default
Browse files Browse the repository at this point in the history
  • Loading branch information
blowfishpro committed Aug 19, 2017
1 parent e29c9cb commit 1191841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ModuleManager.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>False</ConsolePause>
<LangVersion>5</LangVersion>
<LangVersion>default</LangVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>none</DebugType>
Expand Down

0 comments on commit 1191841

Please sign in to comment.