File tree Expand file tree Collapse file tree
src/Amazon.CloudWatch.Tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
2-
3- <PropertyGroup >
4- <TargetFramework >net9.0</TargetFramework >
5- <ImplicitUsings >true</ImplicitUsings >
6- <Nullable >annotations</Nullable >
7- </PropertyGroup >
8-
9- <ItemGroup >
10- <ProjectReference Include =" ..\Amazon.CloudWatch\Amazon.CloudWatch.csproj" />
11- </ItemGroup >
12-
13- <ItemGroup >
14- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.14.1" />
15- <PackageReference Include =" xunit" Version =" 2.9.3" />
16- <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.1.3" >
17- <PrivateAssets >all</PrivateAssets >
18- <IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
19- </PackageReference >
20- </ItemGroup >
21-
22- <ItemGroup >
23- <Using Include =" Xunit" />
24- </ItemGroup >
25-
1+ <Project Sdk =" Microsoft.NET.Sdk" >
2+
3+ <PropertyGroup >
4+ <TargetFramework >net9.0</TargetFramework >
5+ <ImplicitUsings >true</ImplicitUsings >
6+ <Nullable >annotations</Nullable >
7+ </PropertyGroup >
8+
9+ <ItemGroup >
10+ <ProjectReference Include =" ..\Amazon.CloudWatch\Amazon.CloudWatch.csproj" />
11+ </ItemGroup >
12+
13+ <ItemGroup >
14+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.14.1" />
15+ <PackageReference Include =" xunit" Version =" 2.9.3" />
16+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.1.3" >
17+ <PrivateAssets >all</PrivateAssets >
18+ <IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
19+ </PackageReference >
20+ </ItemGroup >
21+
22+ <ItemGroup >
23+ <Using Include =" Xunit" />
24+ </ItemGroup >
25+
2626</Project >
You can’t perform that action at this time.
0 commit comments