Skip to content

Commit

Permalink
Merge pull request #213 from IntelliTect/FixChapter3.0cmdbuild
Browse files Browse the repository at this point in the history
Change example .csproj extension to .csproj.xml for clarity in build
  • Loading branch information
BenjaminMichaelis authored Dec 30, 2021
2 parents b1401af + 6c01757 commit e3f5fd5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.0</TargetFramework>
<TargetFramework>net5.0</TargetFramework>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>

0 comments on commit e3f5fd5

Please sign in to comment.