Skip to content

Commit a0ea3ee

Browse files
committed
fix: revert unessery changes
1 parent ccd17b1 commit a0ea3ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Chapter-4-applying-tactical-domain-driven-design/Fitnet/Src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<TargetFramework>net9.0</TargetFramework>
77
<AnalysisLevel>latest</AnalysisLevel>
88
<CodeAnalysisTreatWarningsAsErrors>true</CodeAnalysisTreatWarningsAsErrors>
9-
<!-- <TreatWarningsAsErrors>true</TreatWarningsAsErrors> -->
9+
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
1010
<ImplicitUsings>enable</ImplicitUsings>
1111
<Nullable>enable</Nullable>
1212
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>

Chapter-4-applying-tactical-domain-driven-design/Fitnet/Src/nuget.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</packageRestore>
99
<packageSources>
1010
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
11-
<add key="evolutionaryArchitecture" value="https://nuget.pkg.github.com/evolutionary-architecture/index.json" allowInsecureConnections="True" />
11+
<add key="evolutionaryArchitecture" value="https://nuget.pkg.github.com/evolutionary-architecture/index.json" />
1212
</packageSources>
1313
<disabledPackageSources />
1414
<activePackageSource>

0 commit comments

Comments
 (0)