diff --git a/src/GitReleaseManager.Cli/GitReleaseManager.Cli.csproj b/src/GitReleaseManager.Cli/GitReleaseManager.Cli.csproj index cd9ebe5b..1b50747e 100644 --- a/src/GitReleaseManager.Cli/GitReleaseManager.Cli.csproj +++ b/src/GitReleaseManager.Cli/GitReleaseManager.Cli.csproj @@ -1,33 +1,33 @@ - - - 8.0 - Exe - GitReleaseManager - net6.0 - true - true - win-x64 - GitReleaseManager.Cli - Create release notes in markdown given a milestone - false - $(NoWarn);CA1707; - - - - - - - - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - - - - - - + + + 8.0 + Exe + GitReleaseManager + net6.0 + true + true + win-x64 + GitReleaseManager.Cli + Create release notes in markdown given a milestone + false + $(NoWarn);CA1707; + + + + + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + + + + + + \ No newline at end of file diff --git a/src/GitReleaseManager.Tool/GitReleaseManager.Tool.csproj b/src/GitReleaseManager.Tool/GitReleaseManager.Tool.csproj index b296f439..8f01b13b 100644 --- a/src/GitReleaseManager.Tool/GitReleaseManager.Tool.csproj +++ b/src/GitReleaseManager.Tool/GitReleaseManager.Tool.csproj @@ -1,54 +1,54 @@ - - - - 8.0 - Exe - GitReleaseManager - - true - net6.0;net7.0 - dotnet-gitreleasemanager - GitReleaseManager.Tool - - GitReleaseManager Tool - GitTools Contributors - https://github.com/GitTools/GitReleaseManager - false - github release notes create export - Tool for creating and exporting releases for software applications from online Version Control Systems - Copyright (c) 2015 - Present - GitTools Contributors - MIT - package_icon.png - https://github.com/GitTools/GitReleaseManager/releases - git - https://github.com/GitTools/GitReleaseManager.git - $(NoWarn);CA1707; - - - - - - - - - - - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - - - - - - - - - True - - - + + + + 8.0 + Exe + GitReleaseManager + + true + net6.0;net7.0 + dotnet-gitreleasemanager + GitReleaseManager.Tool + + GitReleaseManager Tool + GitTools Contributors + https://github.com/GitTools/GitReleaseManager + false + github release notes create export + Tool for creating and exporting releases for software applications from online Version Control Systems + Copyright (c) 2015 - Present - GitTools Contributors + MIT + package_icon.png + https://github.com/GitTools/GitReleaseManager/releases + git + https://github.com/GitTools/GitReleaseManager.git + $(NoWarn);CA1707; + + + + + + + + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + + + + + + + + + True + + + \ No newline at end of file