Skip to content

Commit

Permalink
refs or cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Mar 2, 2024
1 parent a67dd0a commit 1cb019b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
blank_issues_enabled: false
contact_links:
- name: StackOverflow
url: https://stackoverflow.com/
about: Please ask and answer questions here.
blank_issues_enabled: false
2 changes: 1 addition & 1 deletion src/Tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PackageReference Include="Verify.NUnit" Version="23.2.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<ProjectReference Include="..\Verify.QuestPDF\Verify.QuestPDF.csproj" />
<PackageReference Include="ProjectDefaults" Version="1.0.116" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.118" PrivateAssets="all" />

<None Update="sample.*">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
Expand Down
2 changes: 1 addition & 1 deletion src/Verify.QuestPDF/Verify.QuestPDF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
<PackageReference Include="QuestPDF" Version="2023.12.6" />
<PackageReference Include="Polyfill" Version="3.0.0" PrivateAssets="all" />
<PackageReference Include="Verify" Version="23.2.2" />
<PackageReference Include="ProjectDefaults" Version="1.0.116" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.118" PrivateAssets="all" />
</ItemGroup>
</Project>

0 comments on commit 1cb019b

Please sign in to comment.