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 961fbf1 commit 2b332f5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 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 @@ -10,7 +10,7 @@
<PackageReference Include="Verify.Nunit" Version="23.2.2" />
<ProjectReference Include="..\WaffleGenerator.Bogus\WaffleGenerator.Bogus.csproj" />
<ProjectReference Include="..\WaffleGenerator\WaffleGenerator.csproj" />
<PackageReference Include="ProjectDefaults" Version="1.0.116" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.118" PrivateAssets="all" />
<Using Include="NUnit.Framework.Legacy.ClassicAssert" Static="True" />
<Using Include="NUnit.Framework.Assert" Static="True" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/WaffleGenerator.Bogus/WaffleGenerator.Bogus.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
<ItemGroup>
<PackageReference Include="Bogus" Version="35.4.0" />
<ProjectReference Include="..\WaffleGenerator\WaffleGenerator.csproj" />
<PackageReference Include="ProjectDefaults" Version="1.0.116" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.118" PrivateAssets="all" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/WaffleGenerator/WaffleGenerator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Polyfill" Version="3.0.0" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.116" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.118" PrivateAssets="all" />
</ItemGroup>
</Project>

0 comments on commit 2b332f5

Please sign in to comment.