Skip to content

Commit d4a9f62

Browse files
committed
Upgrade test project
1 parent e49eddb commit d4a9f62

1 file changed

Lines changed: 5 additions & 8 deletions

File tree

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

Lines changed: 5 additions & 8 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="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>
14+
<PackageReference Include="AutoFixture" Version="5.0.0-preview0012" />
15+
<PackageReference Include="FluentAssertions" Version="8.2.0" />
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)