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>
|
||||
<TargetFramework>net7.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
|
||||
@@ -27,7 +27,7 @@ steps:
|
||||
FileNames: '**/*.csproj'
|
||||
InsertAttributes: true
|
||||
FileEncoding: 'utf-8'
|
||||
WriteBOM: false
|
||||
WriteBOM: true
|
||||
FailOnWarning: true
|
||||
Authors: 'Chris Kaczor'
|
||||
Copyright: 'Copyright $(date:YYYY) Chris Kaczor'
|
||||
|
||||
Reference in New Issue
Block a user