File tree Expand file tree Collapse file tree 6 files changed +13
-13
lines changed
GitReleaseManager.Core.Tests
GitReleaseManager.IntegrationTests Expand file tree Collapse file tree 6 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 19
19
<tags >github release notes create export</tags >
20
20
</metadata >
21
21
<files >
22
- <file src =" ..\..\BuildArtifacts\temp\_PublishedApplications\GitReleaseManager.Cli\net472 \*.exe" target =" tools" />
23
- <file src =" ..\..\BuildArtifacts\temp\_PublishedApplications\GitReleaseManager.Cli\net472 \*.dll" target =" tools" exclude =" **\Serilog.Sinks.Debug.dll" />
24
- <file src =" ..\..\BuildArtifacts\temp\_PublishedApplications\GitReleaseManager.Cli\net472 \*.pdb" target =" tools" />
25
- <file src =" ..\..\BuildArtifacts\temp\_PublishedApplications\GitReleaseManager.Cli\net472 \*.exe.config" target =" tools" />
22
+ <file src =" ..\..\BuildArtifacts\temp\_PublishedApplications\GitReleaseManager.Cli\net48 \*.exe" target =" tools" />
23
+ <file src =" ..\..\BuildArtifacts\temp\_PublishedApplications\GitReleaseManager.Cli\net48 \*.dll" target =" tools" exclude =" **\Serilog.Sinks.Debug.dll" />
24
+ <file src =" ..\..\BuildArtifacts\temp\_PublishedApplications\GitReleaseManager.Cli\net48 \*.pdb" target =" tools" />
25
+ <file src =" ..\..\BuildArtifacts\temp\_PublishedApplications\GitReleaseManager.Cli\net48 \*.exe.config" target =" tools" />
26
26
<file src =" chocolateyInstall.ps1" target =" tools" />
27
27
<file src =" chocolateyUninstall.ps1" target =" tools" />
28
28
<file src =" VERIFICATION.TXT" />
Original file line number Diff line number Diff line change 20
20
<tags >github release notes create export</tags >
21
21
</metadata >
22
22
<files >
23
- <file src =" ..\..\BuildArtifacts\temp\_PublishedApplications\GitReleaseManager.Cli\net472 \*.exe" target =" tools" />
24
- <file src =" ..\..\BuildArtifacts\temp\_PublishedApplications\GitReleaseManager.Cli\net472 \*.exe.config" target =" tools" />
25
- <file src =" ..\..\BuildArtifacts\temp\_PublishedApplications\GitReleaseManager.Cli\net472 \*.xml" target =" tools" />
26
- <file src =" ..\..\BuildArtifacts\temp\_PublishedApplications\GitReleaseManager.Cli\net472 \*.dll" target =" tools" exclude =" **\Serilog.Sinks.Debug.dll" />
27
- <file src =" ..\..\BuildArtifacts\temp\_PublishedApplications\GitReleaseManager.Cli\net472 \*.pdb" target =" tools" />
23
+ <file src =" ..\..\BuildArtifacts\temp\_PublishedApplications\GitReleaseManager.Cli\net48 \*.exe" target =" tools" />
24
+ <file src =" ..\..\BuildArtifacts\temp\_PublishedApplications\GitReleaseManager.Cli\net48 \*.exe.config" target =" tools" />
25
+ <file src =" ..\..\BuildArtifacts\temp\_PublishedApplications\GitReleaseManager.Cli\net48 \*.xml" target =" tools" />
26
+ <file src =" ..\..\BuildArtifacts\temp\_PublishedApplications\GitReleaseManager.Cli\net48 \*.dll" target =" tools" exclude =" **\Serilog.Sinks.Debug.dll" />
27
+ <file src =" ..\..\BuildArtifacts\temp\_PublishedApplications\GitReleaseManager.Cli\net48 \*.pdb" target =" tools" />
28
28
<file src =" ..\..\icons\package_icon.png" target =" " />
29
29
</files >
30
30
</package >
Original file line number Diff line number Diff line change 3
3
<LangVersion >8.0</LangVersion >
4
4
<OutputType >Exe</OutputType >
5
5
<AssemblyName >GitReleaseManager</AssemblyName >
6
- <TargetFrameworks >net472 ;netcoreapp3.1;net6.0</TargetFrameworks >
6
+ <TargetFrameworks >net48 ;netcoreapp3.1;net6.0</TargetFrameworks >
7
7
<Title >GitReleaseManager.Cli</Title >
8
8
<Description >Create release notes in markdown given a milestone</Description >
9
9
<IsPackable >false</IsPackable >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
3
<LangVersion >8.0</LangVersion >
4
- <TargetFrameworks >net472 ;netcoreapp3.1;net6.0</TargetFrameworks >
4
+ <TargetFrameworks >net48 ;netcoreapp3.1;net6.0</TargetFrameworks >
5
5
<Title >GitReleaseManager.Core.Tests</Title >
6
6
<Description >Test Project for GitReleaseManager.Core</Description >
7
7
<NoWarn >$(NoWarn);CA1707;Serilog004;</NoWarn >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
3
<LangVersion >8.0</LangVersion >
4
- <TargetFrameworks >net472 ;netcoreapp3.1;net6.0</TargetFrameworks >
4
+ <TargetFrameworks >net48 ;netcoreapp3.1;net6.0</TargetFrameworks >
5
5
<Title >GitReleaseManager.IntegrationTests</Title >
6
6
<Description >Integration Test Project for GitReleaseManager</Description >
7
7
<NoWarn >$(NoWarn);CA1707;Serilog004;</NoWarn >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
3
<LangVersion >8.0</LangVersion >
4
- <TargetFrameworks >net472 ;netcoreapp3.1;net6.0</TargetFrameworks >
4
+ <TargetFrameworks >net48 ;netcoreapp3.1;net6.0</TargetFrameworks >
5
5
<Title >GitReleaseManager.Tests</Title >
6
6
<Description >Test Project for GitReleaseManager</Description >
7
7
<NoWarn >$(NoWarn);CA1707;Serilog004;</NoWarn >
You can’t perform that action at this time.
0 commit comments