diff --git a/src/GitReleaseManager.Core/GitReleaseManager.Core.csproj b/src/GitReleaseManager.Core/GitReleaseManager.Core.csproj index bca953b3..b702ccb0 100644 --- a/src/GitReleaseManager.Core/GitReleaseManager.Core.csproj +++ b/src/GitReleaseManager.Core/GitReleaseManager.Core.csproj @@ -1,50 +1,50 @@ - - - - - - 8.0 - net6.0;net7.0 - GitReleaseManager.Core - Create release notes in markdown given a milestone - false - $(NoWarn);CA1707; - true - - - - - - - - - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - - - - - - - - - True - True - ReleaseTemplates.tt - - - - - TextTemplatingFileGenerator - ReleaseTemplates.g.cs - - - - - - + + + + + + 8.0 + net6.0;net7.0 + GitReleaseManager.Core + Create release notes in markdown given a milestone + false + $(NoWarn);CA1707; + true + + + + + + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + + + + + + + + + True + True + ReleaseTemplates.tt + + + + + TextTemplatingFileGenerator + ReleaseTemplates.g.cs + + + + + + \ No newline at end of file diff --git a/src/GitReleaseManager.Tool/GitReleaseManager.Tool.csproj b/src/GitReleaseManager.Tool/GitReleaseManager.Tool.csproj index 62d8edd0..6f893e35 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