Skip to content

Commit

Permalink
refs and cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Apr 2, 2024
1 parent b8ca3ec commit c35e8cb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/EmptyFiles.Tool/EmptyFiles.Tool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\EmptyFiles\EmptyFiles.csproj" PrivateAssets="None" />
<PackageReference Include="ProjectDefaults" Version="1.0.125" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.126" PrivateAssets="all" />
<None Include="$(ProjectDir)..\..\files\**\empty.*">
<Pack>true</Pack>
<PackagePath>tools\net8.0\any\EmptyFiles</PackagePath>
Expand Down
4 changes: 2 additions & 2 deletions src/EmptyFiles/EmptyFiles.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<ItemGroup>
<PackageReference Include="System.Memory" Version="4.5.5" Condition="'$(TargetFrameworkIdentifier)' == '.NETFramework'" />
<PackageReference Include="System.Collections.Immutable" Version="8.0.0" Condition="'$(TargetFramework)' != 'net8.0'" />
<PackageReference Include="ProjectDefaults" Version="1.0.125" PrivateAssets="all" />
<PackageReference Include="Polyfill" Version="4.1.0" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.126" PrivateAssets="all" />
<PackageReference Include="Polyfill" Version="4.2.0" PrivateAssets="all" />
<PackageReference Include="System.ValueTuple" Version="4.5.0" Condition="$(TargetFramework) =='net461'" />
<None Include="..\EmptyFiles.targets" Pack="True" PackagePath="build\EmptyFiles.targets" CopyToOutputDirectory="PreserveNewest" />
<None Include="..\EmptyFiles.targets" Pack="True" PackagePath="buildTransitive\EmptyFiles.targets" CopyToOutputDirectory="PreserveNewest" />
Expand Down
4 changes: 1 addition & 3 deletions src/Tests/GlobalUsings.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
// Global using directives

global using EmptyFiles;
global using EmptyFiles;
global using NUnit.Framework;
4 changes: 2 additions & 2 deletions src/Tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="MarkdownSnippets.MsBuild" Version="27.0.2" PrivateAssets="all" />
<PackageReference Include="Polyfill" Version="4.1.0" PrivateAssets="all" />
<PackageReference Include="Polyfill" Version="4.2.0" PrivateAssets="all" />
<PackageReference Include="NUnit" Version="4.1.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageReference Include="ProjectDefaults" Version="1.0.125" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.126" PrivateAssets="all" />
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.4" />
<ProjectReference Include="..\EmptyFiles\EmptyFiles.csproj" />
<Using Include="NUnit.Framework.Legacy.ClassicAssert" Static="True" />
Expand Down

0 comments on commit c35e8cb

Please sign in to comment.