Skip to content

Commit 7ed201c

Browse files
committed
Upgrade test project
1 parent e49eddb commit 7ed201c

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

tests/DynamoDBGenerator.SourceGenerator.Tests/DynamoDBGenerator.SourceGenerator.Tests.csproj

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,14 @@
77
<IsPackable>false</IsPackable>
88
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
99
<NuGetAudit>false</NuGetAudit>
10+
<OutputType>Exe</OutputType>
1011
</PropertyGroup>
1112

1213
<ItemGroup>
13-
<PackageReference Include="AutoFixture" Version="4.18.1"/>
14+
<PackageReference Include="AutoFixture" Version="5.0.0-preview0012" />
1415
<PackageReference Include="FluentAssertions" Version="7.0.0"/>
15-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0"/>
16-
<PackageReference Include="xunit" Version="2.9.2"/>
17-
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
18-
<PrivateAssets>all</PrivateAssets>
19-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
20-
</PackageReference>
16+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
17+
<PackageReference Include="xunit.v3" Version="2.0.1" />
2118
</ItemGroup>
2219

2320
<ItemGroup>

0 commit comments

Comments
 (0)