File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed
update-conference-prague-2024/demo-code-feedback-system Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 3
3
<OutputType >Exe</OutputType >
4
4
<TargetFramework >net8.0</TargetFramework >
5
5
<Nullable >enable</Nullable >
6
- <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
7
6
<LangVersion >latest</LangVersion >
8
7
<RunWorkingDirectory >$(MSBuildProjectDirectory)</RunWorkingDirectory >
9
8
<EnableNETAnalyzers >true</EnableNETAnalyzers >
Original file line number Diff line number Diff line change 3
3
<OutputType >Exe</OutputType >
4
4
<TargetFramework >net8.0</TargetFramework >
5
5
<Nullable >enable</Nullable >
6
- <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
7
6
<LangVersion >latest</LangVersion >
8
7
<RunWorkingDirectory >$(MSBuildProjectDirectory)</RunWorkingDirectory >
9
8
<EnableNETAnalyzers >true</EnableNETAnalyzers >
Original file line number Diff line number Diff line change 5
5
<OutputType >Exe</OutputType >
6
6
<ImplicitUsings >enable</ImplicitUsings >
7
7
<Nullable >enable</Nullable >
8
- <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
9
- <LangVersion >latest</LangVersion ><EnableNETAnalyzers >true</EnableNETAnalyzers ><EnforceCodeStyleInBuild >true</EnforceCodeStyleInBuild ></PropertyGroup >
8
+ <LangVersion >latest</LangVersion >
9
+ <EnableNETAnalyzers >true</EnableNETAnalyzers >
10
+ <EnforceCodeStyleInBuild >true</EnforceCodeStyleInBuild >
11
+ </PropertyGroup >
10
12
<ItemGroup >
11
13
<PackageReference Include =" Azure.Data.Tables" Version =" 12.9.1" />
12
14
<PackageReference Include =" Azure.Identity" Version =" 1.12.1" />
Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<TargetFramework >net8.0</TargetFramework >
5
5
<Nullable >enable</Nullable >
6
- <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
7
6
<ImplicitUsings >enable</ImplicitUsings >
8
- <LangVersion >latest</LangVersion ><EnableNETAnalyzers >true</EnableNETAnalyzers ><EnforceCodeStyleInBuild >true</EnforceCodeStyleInBuild ></PropertyGroup >
7
+ <LangVersion >latest</LangVersion >
8
+ <EnableNETAnalyzers >true</EnableNETAnalyzers >
9
+ <EnforceCodeStyleInBuild >true</EnforceCodeStyleInBuild >
10
+ </PropertyGroup >
9
11
10
12
<ItemGroup >
11
13
<PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 8.0.8" />
You can’t perform that action at this time.
0 commit comments