Skip to content

Commit

Permalink
Updated the code folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Wael Kdouh committed Jan 10, 2023
1 parent 490430f commit 6bc6f6c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tools/code/common/common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net7.0</TargetFramework>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<Nullable>enable</Nullable>
<AnalysisLevel>latest-all</AnalysisLevel>
<!-- <AnalysisLevel>latest-all</AnalysisLevel> -->
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion tools/code/extractor/extractor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFramework>net7.0</TargetFramework>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<Nullable>enable</Nullable>
<AnalysisLevel>latest-all</AnalysisLevel>
<!-- <AnalysisLevel>latest-all</AnalysisLevel> -->
<UserSecretsId>05a138d4-2528-4536-b7d8-e2185a272594</UserSecretsId>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion tools/code/publisher/publisher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFramework>net7.0</TargetFramework>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<Nullable>enable</Nullable>
<AnalysisLevel>latest-all</AnalysisLevel>
<!-- <AnalysisLevel>latest-all</AnalysisLevel> -->
<UserSecretsId>05a138d4-2528-4536-b7d8-e2185a272594</UserSecretsId>
</PropertyGroup>

Expand Down

0 comments on commit 6bc6f6c

Please sign in to comment.