mirror of
https://github.com/ckaczor/ChrisKaczor.ApplicationUpdate.git
synced 2026-01-13 17:22:16 -05:00
Fine, use the BOM
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
<Project Sdk="Microsoft.NET.Sdk">
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFramework>net7.0</TargetFramework>
|
<TargetFramework>net7.0</TargetFramework>
|
||||||
<ImplicitUsings>enable</ImplicitUsings>
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ steps:
|
|||||||
FileNames: '**/*.csproj'
|
FileNames: '**/*.csproj'
|
||||||
InsertAttributes: true
|
InsertAttributes: true
|
||||||
FileEncoding: 'utf-8'
|
FileEncoding: 'utf-8'
|
||||||
WriteBOM: false
|
WriteBOM: true
|
||||||
FailOnWarning: true
|
FailOnWarning: true
|
||||||
Authors: 'Chris Kaczor'
|
Authors: 'Chris Kaczor'
|
||||||
Copyright: 'Copyright $(date:YYYY) Chris Kaczor'
|
Copyright: 'Copyright $(date:YYYY) Chris Kaczor'
|
||||||
|
|||||||
Reference in New Issue
Block a user