Skip to content

Commit

Permalink
[ODS-6540] Fix TreatErrorsAsWarning typo (5x) (#1161)
Browse files Browse the repository at this point in the history
  • Loading branch information
simpat-jesus authored Oct 30, 2024
1 parent 7fd71b1 commit 4e8e445
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Copyright>Copyright © 2020 Ed-Fi Alliance, LLC and Contributors</Copyright>
<AssemblyName>EdFi.Ods.Api.IntegrationTestHarness</AssemblyName>
<RootNamespace>EdFi.Ods.Api.IntegrationTestHarness</RootNamespace>
<TreatErrorsAsWarning>true</TreatErrorsAsWarning>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<RestorePackages>true</RestorePackages>
<UserSecretsId>f1506d66-289c-44cb-a2e2-80411cc690ed</UserSecretsId>
</PropertyGroup>
Expand Down Expand Up @@ -33,7 +33,6 @@
<PackageReference Include="EdFi.Suite3.Security.DataAccess" Version="5.4.630" />
<PackageReference Include="log4net" Version="2.0.17" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="8.0.6" />
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.CommandLine" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Log4Net.AspNetCore" Version="8.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<AssemblyName>EdFi.Ods.Sandbox.Admin</AssemblyName>
<RootNamespace>EdFi.Ods.Sandbox.Admin</RootNamespace>
<Copyright>Copyright © 2020 Ed-Fi Alliance, LLC and Contributors</Copyright>
<TreatErrorsAsWarning>true</TreatErrorsAsWarning>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<RestorePackages>true</RestorePackages>
<UserSecretsId>f1506d66-289c-44cb-a2e2-80411cc690ea</UserSecretsId>
</PropertyGroup>
Expand All @@ -23,7 +23,6 @@
<PackageReference Include="log4net" Version="2.0.17" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="8.0.6" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.6" />
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Log4Net.AspNetCore" Version="8.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Npgsql" Version="8.0.3" />
Expand Down
3 changes: 1 addition & 2 deletions Application/EdFi.Ods.WebApi/EdFi.Ods.WebApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<AssemblyName>EdFi.Ods.WebApi</AssemblyName>
<RootNamespace>EdFi.Ods.WebApi</RootNamespace>
<Copyright>Copyright © 2020 Ed-Fi Alliance, LLC and Contributors</Copyright>
<TreatErrorsAsWarning>true</TreatErrorsAsWarning>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<RestorePackages>true</RestorePackages>
<UserSecretsId>f1506d66-289c-44cb-a2e2-80411cc690ec</UserSecretsId>
</PropertyGroup>
Expand All @@ -26,7 +26,6 @@
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.22.0" />
<PackageReference Include="Microsoft.ApplicationInsights.Log4NetAppender" Version="2.22.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="8.0.6" />
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Log4Net.AspNetCore" Version="8.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="NHibernate" Version="5.5.2" />
Expand Down

0 comments on commit 4e8e445

Please sign in to comment.