Skip to content

Commit bb2113b

Browse files
committed
1 parent 9439db5 commit bb2113b

File tree

4 files changed

+8
-48
lines changed

4 files changed

+8
-48
lines changed

PDFsharp.IssueSubmissionTemplate.sln

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{822EBC3D-38B4-4B4A-9AB5-94C2DCCFFDBB}"
77
ProjectSection(SolutionItems) = preProject
88
.editorconfig = .editorconfig
9-
gitversion.yml = gitversion.yml
109
LICENSE = LICENSE
1110
README.md = README.md
1211
EndProjectSection

gitversion.yml

Lines changed: 0 additions & 44 deletions
This file was deleted.

src/Directory.Build.props

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,15 @@
2424
<DisableGitVersionTask>true</DisableGitVersionTask>
2525
</PropertyGroup>
2626

27-
<ItemGroup>
27+
<!--<ItemGroup>
28+
// GitVersion.MsBuild leads to problem when downloaded from github as ZIP file.
29+
// Because there is no .git folder gitversion throws an exception. We removed
30+
// it because it is not necessary for this solution.
31+
2832
<PackageReference Include="GitVersion.MsBuild">
2933
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3034
<PrivateAssets>all</PrivateAssets>
3135
</PackageReference>
32-
</ItemGroup>
36+
</ItemGroup>-->
37+
3338
</Project>

src/Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Import Condition="Exists('Local.Packages.props')" Project="$([MSBuild]::GetPathOfFileAbove('Local.Packages.props', '$(MSBuildThisFileDirectory)'))" />
44

55
<PropertyGroup>
6-
<PDFsharp_PackageVersion Condition=" '$(PDFsharp_PackageVersion)'=='' ">6.0.0-preview-1</PDFsharp_PackageVersion>
6+
<PDFsharp_PackageVersion Condition=" '$(PDFsharp_PackageVersion)'=='' ">6.0.0-preview-2</PDFsharp_PackageVersion>
77
<NetCore_PackageVersion>6.0.0</NetCore_PackageVersion>
88
</PropertyGroup>
99

0 commit comments

Comments
 (0)