We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d04620 commit 1bf0fc2Copy full SHA for 1bf0fc2
src/dotnet-githubreleasenotes/GitHubReleaseNotes.Tool.csproj
@@ -1,7 +1,6 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
- <Version>0.0.2</Version>
5
<OutputType>Exe</OutputType>
6
<TargetFramework>net5</TargetFramework>
7
<PackAsTool>true</PackAsTool>
@@ -20,7 +19,7 @@
20
19
</ItemGroup>
21
22
<ItemGroup>
23
- <ProjectReference Include="..\GitHubReleaseNotes.Logic\GitHubReleaseNotes.Logic.csproj" />
+ <ProjectReference Include="..\GitHubReleaseNotes.Logic\GitHubReleaseNotes.Logic.csproj" />
24
25
26
</Project>
0 commit comments