Skip to content

Commit a09e218

Browse files
Updated dependencies & build configuration
1 parent 0a931c3 commit a09e218

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

src/AspNetCore.Utilities.Tests/AspNetCore.Utilities.Tests.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.9.0" />
12-
<PackageReference Include="Moq" Version="4.12.0" />
11+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.11.0" />
12+
<PackageReference Include="Moq" Version="4.16.1" />
1313
<PackageReference Include="xunit" Version="2.4.1" />
14-
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1">
14+
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
1515
<PrivateAssets>all</PrivateAssets>
1616
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1717
</PackageReference>

src/AspNetCore.Utilities/AspNetCore.Utilities.csproj

+4-2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<TargetFramework>net5.0</TargetFramework>
99
<RootNamespace>ICG.AspNetCore.Utilities</RootNamespace>
1010
<GenerateDocumentationFile>true</GenerateDocumentationFile>
11+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1112
<ApplicationIcon />
1213
<OutputType>Library</OutputType>
1314
<StartupObject />
@@ -31,7 +32,7 @@
3132
<EmbedUntrackedSources>true</EmbedUntrackedSources>
3233
</PropertyGroup>
3334

34-
<PropertyGroup Condition="'$(TF_BUILD)' == 'true'">
35+
<PropertyGroup Condition="'$GITHUB_ACTIONS)' == 'true'">
3536
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
3637
</PropertyGroup>
3738

@@ -43,7 +44,8 @@
4344
</ItemGroup>
4445

4546
<ItemGroup>
46-
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="3.0.0-preview7.19362.4" />
47+
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="5.0.0" />
48+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.11.0" />
4749
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0">
4850
<PrivateAssets>all</PrivateAssets>
4951
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)