File tree 2 files changed +7
-5
lines changed
AspNetCore.Utilities.Tests
2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 8
8
</PropertyGroup >
9
9
10
10
<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 " />
13
13
<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 " >
15
15
<PrivateAssets >all</PrivateAssets >
16
16
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
17
17
</PackageReference >
Original file line number Diff line number Diff line change 8
8
<TargetFramework >net5.0</TargetFramework >
9
9
<RootNamespace >ICG.AspNetCore.Utilities</RootNamespace >
10
10
<GenerateDocumentationFile >true</GenerateDocumentationFile >
11
+ <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
11
12
<ApplicationIcon />
12
13
<OutputType >Library</OutputType >
13
14
<StartupObject />
31
32
<EmbedUntrackedSources >true</EmbedUntrackedSources >
32
33
</PropertyGroup >
33
34
34
- <PropertyGroup Condition =" '$(TF_BUILD )' == 'true'" >
35
+ <PropertyGroup Condition =" '$GITHUB_ACTIONS )' == 'true'" >
35
36
<ContinuousIntegrationBuild >true</ContinuousIntegrationBuild >
36
37
</PropertyGroup >
37
38
43
44
</ItemGroup >
44
45
45
46
<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" />
47
49
<PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" >
48
50
<PrivateAssets >all</PrivateAssets >
49
51
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
You can’t perform that action at this time.
0 commit comments