Skip to content

Commit dbc445a

Browse files
committed
refs
1 parent b8157c9 commit dbc445a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/EmptyFiles.Tests/EmptyFiles.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
</PropertyGroup>
77
<ItemGroup>
88
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.8.0" />
9-
<PackageReference Include="MarkdownSnippets.MsBuild" Version="21.6.1" />
9+
<PackageReference Include="MarkdownSnippets.MsBuild" Version="21.7.0" />
1010
<PackageReference Include="Xunit" Version="2.4.1" />
1111
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3" />
12-
<PackageReference Include="ProjectDefaults" Version="1.0.47" PrivateAssets="All" />
12+
<PackageReference Include="ProjectDefaults" Version="1.0.48" PrivateAssets="All" />
1313
<PackageReference Include="XunitContext" Version="3.0.0" />
1414
<ProjectReference Include="..\EmptyFiles\EmptyFiles.csproj" />
1515
<None Include="$(ProjectDir)..\..\files\**\*.*">

src/EmptyFiles/EmptyFiles.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<TargetFrameworks>netstandard2.0;netstandard2.1;net461</TargetFrameworks>
77
</PropertyGroup>
88
<ItemGroup>
9-
<PackageReference Include="ProjectDefaults" Version="1.0.47" PrivateAssets="All" />
9+
<PackageReference Include="ProjectDefaults" Version="1.0.48" PrivateAssets="All" />
1010
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" Condition="$(Configuration) == 'Release'" />
1111
<PackageReference Include="Nullable" Version="1.3.0" PrivateAssets="All" />
1212
<Content Include="buildMultiTargeting\EmptyFiles.targets" PackagePath="buildMultiTargeting\EmptyFiles.targets" />

0 commit comments

Comments
 (0)