Skip to content

Commit f8ca77f

Browse files
Improve sample projects. Bump NuGet packages
1 parent 0d7ad3a commit f8ca77f

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
lines changed

src/sample/Ace.CSharp.StructuredAutoMapper.Sample.Tests/Ace.CSharp.StructuredAutoMapper.Sample.Tests.csproj

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,22 @@
22

33
<PropertyGroup>
44
<TargetFramework>net6.0</TargetFramework>
5-
<ImplicitUsings>enable</ImplicitUsings>
6-
<Nullable>enable</Nullable>
7-
85
<IsPackable>false</IsPackable>
6+
7+
<Nullable>enable</Nullable>
8+
<WarningsAsErrors>nullable</WarningsAsErrors>
9+
<ImplicitUsings>enable</ImplicitUsings>
910
</PropertyGroup>
1011

1112
<ItemGroup>
12-
<PackageReference Include="FluentAssertions" Version="6.11.0" />
13-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.1.0" />
14-
<PackageReference Include="xunit" Version="2.4.1" />
15-
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
13+
<PackageReference Include="coverlet.collector" Version="3.2.0">
1614
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1715
<PrivateAssets>all</PrivateAssets>
1816
</PackageReference>
19-
<PackageReference Include="coverlet.collector" Version="3.1.2">
17+
<PackageReference Include="FluentAssertions" Version="6.11.0" />
18+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
19+
<PackageReference Include="xunit" Version="2.4.2" />
20+
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
2021
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2122
<PrivateAssets>all</PrivateAssets>
2223
</PackageReference>

src/sample/Ace.CSharp.StructuredAutoMapper.Sample/Ace.CSharp.StructuredAutoMapper.Sample.csproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<OutputType>Exe</OutputType>
54
<TargetFramework>net6.0</TargetFramework>
6-
<ImplicitUsings>enable</ImplicitUsings>
5+
<OutputType>Exe</OutputType>
6+
77
<Nullable>enable</Nullable>
8+
<WarningsAsErrors>nullable</WarningsAsErrors>
9+
<ImplicitUsings>enable</ImplicitUsings>
810
</PropertyGroup>
911

1012
<ItemGroup>

0 commit comments

Comments
 (0)