|
1 | | -<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0"> |
2 | | - |
3 | | - <PropertyGroup> |
4 | | - <TargetFramework>net7.0</TargetFramework> |
5 | | - |
6 | | - <IsPackable>false</IsPackable> |
7 | | - <ReleaseVersion>$(Version)</ReleaseVersion> |
8 | | - </PropertyGroup> |
9 | | - |
10 | | - <ItemGroup> |
11 | | - <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" /> |
12 | | - <PackageReference Include="xunit" Version="2.9.2" /> |
13 | | - <PackageReference Include="xunit.runner.visualstudio" Version="2.8.2"><IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
14 | | -<PrivateAssets>all</PrivateAssets> |
15 | | -</PackageReference> |
16 | | - <PackageReference Include="System.Configuration.ConfigurationManager" Version="9.0.0" /> |
17 | | - <PackageReference Include="Microsoft.Extensions.Options" Version="9.0.0" /> |
18 | | - <PackageReference Include="coverlet.collector" Version="6.0.2"> |
19 | | - <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
20 | | - <PrivateAssets>all</PrivateAssets> |
21 | | - </PackageReference> |
22 | | - <DotNetCliToolReference Include="dotnet-reportgenerator-cli" Version="4.2.10" /> |
23 | | - </ItemGroup> |
24 | | - |
25 | | - <ItemGroup> |
26 | | - <Reference Include="Contentstack.Core"> |
27 | | - <HintPath>..\Contentstack.Core\bin\Debug\Contentstack.Core.dll</HintPath> |
28 | | - </Reference> |
29 | | - </ItemGroup> |
30 | | - <ItemGroup> |
31 | | - <Compile Remove="SingletoneTest.cs" /> |
32 | | - <Compile Remove="EmptyClass.cs" /> |
33 | | - <Compile Remove="appSetings.cs" /> |
34 | | - <Compile Remove="TestResults\LocaleTest.cs" /> |
35 | | - <Compile Remove="LocalTest.cs" /> |
36 | | - </ItemGroup> |
37 | | - <ItemGroup> |
38 | | - <None Remove="stack.config" /> |
39 | | - <None Remove="Stack.config" /> |
40 | | - <None Remove="TestResults\.DS_Store" /> |
41 | | - <None Remove="TestResults\2018-09-29_19_56_27.trx" /> |
42 | | - <None Remove="TestResults\Prod_2018-09-30_13_16_23.trx" /> |
43 | | - <None Remove="TestResults\_Uttams-MacBook-Pro_2018-09-29_00_07_58.trx" /> |
44 | | - <None Remove="TestResults\_Uttams-MacBook-Pro_2018-09-29_19_54_44.trx" /> |
45 | | - <None Remove="appSetting.xml" /> |
46 | | - <None Remove="appsetting.json" /> |
47 | | - </ItemGroup> |
48 | | - <ItemGroup> |
49 | | - <ProjectReference Include="..\Contentstack.Core\Contentstack.Core.csproj" /> |
50 | | - </ItemGroup> |
51 | | - <ItemGroup> |
52 | | - <Folder Include="Models\" /> |
53 | | - </ItemGroup> |
54 | | -</Project> |
| 1 | +<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0"> |
| 2 | + |
| 3 | + <PropertyGroup> |
| 4 | + <TargetFramework>net7.0</TargetFramework> |
| 5 | + |
| 6 | + <IsPackable>false</IsPackable> |
| 7 | + <ReleaseVersion>$(Version)</ReleaseVersion> |
| 8 | + <GenerateResourceFiles>false</GenerateResourceFiles> |
| 9 | + </PropertyGroup> |
| 10 | + |
| 11 | + <ItemGroup> |
| 12 | + <EmbeddedResource Remove="**/*.resx" /> |
| 13 | + </ItemGroup> |
| 14 | + |
| 15 | + <ItemGroup> |
| 16 | + <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" /> |
| 17 | + <PackageReference Include="xunit" Version="2.9.2" /> |
| 18 | + <PackageReference Include="xunit.runner.visualstudio" Version="2.8.2"> |
| 19 | + <PrivateAssets>all</PrivateAssets> |
| 20 | + </PackageReference> |
| 21 | + <PackageReference Include="System.Configuration.ConfigurationManager" Version="9.0.0" /> |
| 22 | + <PackageReference Include="Microsoft.Extensions.Options" Version="9.0.0" /> |
| 23 | + <PackageReference Include="coverlet.collector" Version="6.0.2"> |
| 24 | + <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
| 25 | + <PrivateAssets>all</PrivateAssets> |
| 26 | + </PackageReference> |
| 27 | + <DotNetCliToolReference Include="dotnet-reportgenerator-cli" Version="4.2.10" /> |
| 28 | + <PackageReference Include="AutoFixture" Version="4.18.1" /> |
| 29 | + <PackageReference Include="AutoFixture.AutoMoq" Version="4.18.1" /> |
| 30 | + <PackageReference Include="Moq" Version="4.20.72" /> |
| 31 | + </ItemGroup> |
| 32 | + |
| 33 | + <ItemGroup> |
| 34 | + <Reference Include="Contentstack.Core"> |
| 35 | + <HintPath>..\Contentstack.Core\bin\Debug\Contentstack.Core.dll</HintPath> |
| 36 | + </Reference> |
| 37 | + </ItemGroup> |
| 38 | + <ItemGroup> |
| 39 | + <Compile Remove="SingletoneTest.cs" /> |
| 40 | + <Compile Remove="EmptyClass.cs" /> |
| 41 | + <Compile Remove="appSetings.cs" /> |
| 42 | + <Compile Remove="TestResults\LocaleTest.cs" /> |
| 43 | + <Compile Remove="LocalTest.cs" /> |
| 44 | + </ItemGroup> |
| 45 | + <ItemGroup> |
| 46 | + <None Remove="stack.config" /> |
| 47 | + <None Remove="Stack.config" /> |
| 48 | + <None Remove="TestResults\.DS_Store" /> |
| 49 | + <None Remove="TestResults\2018-09-29_19_56_27.trx" /> |
| 50 | + <None Remove="TestResults\Prod_2018-09-30_13_16_23.trx" /> |
| 51 | + <None Remove="TestResults\_Uttams-MacBook-Pro_2018-09-29_00_07_58.trx" /> |
| 52 | + <None Remove="TestResults\_Uttams-MacBook-Pro_2018-09-29_19_54_44.trx" /> |
| 53 | + <None Remove="appSetting.xml" /> |
| 54 | + <None Remove="appsetting.json" /> |
| 55 | + </ItemGroup> |
| 56 | + <ItemGroup> |
| 57 | + <ProjectReference Include="..\Contentstack.Core\Contentstack.Core.csproj" /> |
| 58 | + </ItemGroup> |
| 59 | + <ItemGroup> |
| 60 | + <Folder Include="Models\" /> |
| 61 | + </ItemGroup> |
| 62 | +</Project> |
0 commit comments