Skip to content

Commit

Permalink
Merge pull request #23 from sir-gon/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
sir-gon authored May 13, 2024
2 parents 986b439 + 35cfc6b commit 078effa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>algorithm_exercises_csharp</RootNamespace>
<RootNamespace>algorithm_exercises_csharp_test</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>

Expand Down
8 changes: 7 additions & 1 deletion algorithm-exercises-csharp/algorithm-exercises-csharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>algoritm_exercises_csharp_lib</RootNamespace>
<RootNamespace>algorithm_exercises_csharp</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>

<!-- Static Analysis -->
<EnableNETAnalyzers>true</EnableNETAnalyzers>
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
<CodeAnalysisTreatWarningsAsErrors>false</CodeAnalysisTreatWarningsAsErrors>

</PropertyGroup>

</Project>

0 comments on commit 078effa

Please sign in to comment.