Skip to content

Commit a45d0d2

Browse files
authored
chore(deps): Updated packages (#9)
* chore(deps): Updated packages * chore: Added missing package `Microsoft.Testing.Extensions.CodeCoverage` * fix: Added missing package
1 parent 23713b4 commit a45d0d2

File tree

5 files changed

+15
-11
lines changed

5 files changed

+15
-11
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ indent_size = 4
4242
generated_code = true
4343

4444
# XML project files
45-
[*.{csproj,vbproj,vcxproj,vcxproj.filters,proj,projitems,shproj,nativeproj,locproj}]
45+
[*.{slnx,csproj,vbproj,vcxproj,vcxproj.filters,proj,projitems,shproj,nativeproj,locproj}]
4646
indent_size = 2
4747

4848
# Xml build files

Directory.Packages.props

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,19 @@
44
<CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled>
55
</PropertyGroup>
66
<ItemGroup>
7-
<GlobalPackageReference Include="CSharpier.MSBuild" Version="1.0.3" />
8-
<GlobalPackageReference Include="GitVersion.MsBuild" Version="6.3.0" />
7+
<GlobalPackageReference Include="CSharpier.MSBuild" Version="1.1.2" />
8+
<GlobalPackageReference Include="GitVersion.MsBuild" Version="6.4.0" />
99
<GlobalPackageReference Include="Microsoft.CodeAnalysis.BannedApiAnalyzers" Version="4.14.0" />
1010
<GlobalPackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="9.0.0" />
1111
<GlobalPackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" />
1212
<GlobalPackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.14.15" />
13-
<GlobalPackageReference Include="NetEvolve.Defaults" Version="1.3.115" />
14-
<GlobalPackageReference Include="SonarAnalyzer.CSharp" Version="10.13.0.120203" />
13+
<GlobalPackageReference Include="NetEvolve.Defaults" Version="1.4.0" />
14+
<GlobalPackageReference Include="SonarAnalyzer.CSharp" Version="10.15.0.120848" />
1515
</ItemGroup>
1616
<ItemGroup>
17-
<PackageVersion Include="NetEvolve.Extensions.TUnit" Version="2.6.26" />
17+
<PackageVersion Include="Microsoft.Testing.Extensions.CodeCoverage" Version="17.14.2" />
18+
<PackageVersion Include="NetEvolve.Extensions.TUnit" Version="2.7.0" />
1819
<PackageVersion Include="System.Memory" Version="4.6.3" />
19-
<PackageVersion Include="TUnit" Version="0.25.21" />
20+
<PackageVersion Include="TUnit" Version="0.57.1" />
2021
</ItemGroup>
2122
</Project>

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# template-dotnet
2-
.NET template for repositories# NetEvolve.CodeBuilder
1+
# NetEvolve.CodeBuilder
32

43
[![NuGet](https://img.shields.io/nuget/v/NetEvolve.CodeBuilder.svg)](https://www.nuget.org/packages/NetEvolve.CodeBuilder/)
54
[![Build Status](https://github.com/dailydevops/codebuilder/workflows/CI/badge.svg)](https://github.com/dailydevops/codebuilder/actions)
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
namespace NetEvolve.CodeBuilder.Tests.Unit;
22

3+
using NetEvolve.Extensions.TUnit;
4+
5+
[TestGroup(nameof(CSharpCodeBuilder))]
36
public partial class CSharpCodeBuilderTests { }

tests/NetEvolve.CodeBuilder.Tests.Unit/NetEvolve.CodeBuilder.Tests.Unit.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,14 @@
77
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
88
</PropertyGroup>
99
<ItemGroup>
10+
<PackageReference Include="Microsoft.Testing.Extensions.CodeCoverage" />
11+
<PackageReference Include="NetEvolve.Extensions.TUnit" />
1012
<PackageReference Include="TUnit" />
1113
</ItemGroup>
1214
<ItemGroup>
1315
<ProjectReference Include="..\..\src\NetEvolve.CodeBuilder\NetEvolve.CodeBuilder.csproj" />
1416
</ItemGroup>
15-
<ItemGroup Condition=" '$(TargetFramework)' != 'net6.0' and '$(TargetFramework)' != 'net7.0' ">
16-
<PackageReference Include="NetEvolve.Extensions.TUnit" />
17+
<ItemGroup>
1718
<AssemblyAttribute Include="NetEvolve.Extensions.TUnit.UnitTestAttribute" />
1819
</ItemGroup>
1920
</Project>

0 commit comments

Comments
 (0)