|
1 | | -<Project Sdk="Microsoft.NET.Sdk"> |
2 | | - |
3 | | - <PropertyGroup> |
4 | | - <TargetFramework>net9.0</TargetFramework> |
5 | | - <ImplicitUsings>enable</ImplicitUsings> |
6 | | - <Nullable>enable</Nullable> |
7 | | - |
8 | | - <!-- Main package name --> |
9 | | - <PackageId>CodeOfChaos.Testing</PackageId> |
10 | | - <Version>0.7.0</Version> |
11 | | - <Authors>Anna Sas</Authors> |
12 | | - <Description>A small library housing some common frameworks used for testing CodeOfChaos stuff</Description> |
13 | | - <PackageProjectUrl>https://github.com/code-of-chaos/cs_code-of_chaos-testing-tunit</PackageProjectUrl> |
14 | | - <PackageTags>extensions testing</PackageTags> |
15 | | - <GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
16 | | - <PublishRepositoryUrl>true</PublishRepositoryUrl> |
17 | | - <IncludeSymbols>true</IncludeSymbols> |
18 | | - <DebugType>embedded</DebugType> |
19 | | - <PackageLicenseFile>LICENSE</PackageLicenseFile> |
20 | | - <PackageReadmeFile>README.md</PackageReadmeFile> |
21 | | - <PackageIcon>icon.png</PackageIcon> |
22 | | - </PropertyGroup> |
23 | | - |
24 | | - <ItemGroup> |
25 | | - <None Include="../../LICENSE" Pack="true" PackagePath="" Visible="false" /> |
26 | | - <None Include="../../README.md" Pack="true" PackagePath="" Visible="false" /> |
27 | | - <None Include="../../assets/icon.png" Pack="true" PackagePath="" Visible="false" /> |
28 | | - </ItemGroup> |
29 | | - |
30 | | - <ItemGroup> |
31 | | - <PackageReference Include="JetBrains.Annotations" Version="2024.3.0"/> |
32 | | - <PackageReference Include="Microsoft.CodeAnalysis" Version="4.12.0" /> |
33 | | - <PackageReference Include="Microsoft.CodeAnalysis.Common" Version="4.12.0" /> |
34 | | - <PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.12.0"/> |
35 | | - <PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.12.0" /> |
36 | | - <PackageReference Include="Microsoft.CodeAnalysis.Workspaces.Common" Version="4.12.0"/> |
37 | | - </ItemGroup> |
38 | | - |
39 | | -</Project> |
| 1 | +<Project Sdk="Microsoft.NET.Sdk"> |
| 2 | + |
| 3 | + <PropertyGroup> |
| 4 | + <TargetFramework>net9.0</TargetFramework> |
| 5 | + <ImplicitUsings>enable</ImplicitUsings> |
| 6 | + <Nullable>enable</Nullable> |
| 7 | + |
| 8 | + <!-- Main package name --> |
| 9 | + <PackageId>CodeOfChaos.Testing</PackageId> |
| 10 | + <Version>0.7.1</Version> |
| 11 | + <Authors>Anna Sas</Authors> |
| 12 | + <Description>A small library housing some common frameworks used for testing CodeOfChaos stuff</Description> |
| 13 | + <PackageProjectUrl>https://github.com/code-of-chaos/cs_code-of_chaos-testing-tunit</PackageProjectUrl> |
| 14 | + <PackageTags>extensions testing</PackageTags> |
| 15 | + <GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
| 16 | + <PublishRepositoryUrl>true</PublishRepositoryUrl> |
| 17 | + <IncludeSymbols>true</IncludeSymbols> |
| 18 | + <DebugType>embedded</DebugType> |
| 19 | + <PackageLicenseFile>LICENSE</PackageLicenseFile> |
| 20 | + <PackageReadmeFile>README.md</PackageReadmeFile> |
| 21 | + <PackageIcon>icon.png</PackageIcon> |
| 22 | + </PropertyGroup> |
| 23 | + |
| 24 | + <ItemGroup> |
| 25 | + <None Include="../../LICENSE" Pack="true" PackagePath="" Visible="false" /> |
| 26 | + <None Include="../../README.md" Pack="true" PackagePath="" Visible="false" /> |
| 27 | + <None Include="../../assets/icon.png" Pack="true" PackagePath="" Visible="false" /> |
| 28 | + </ItemGroup> |
| 29 | + |
| 30 | + <ItemGroup> |
| 31 | + <PackageReference Include="JetBrains.Annotations" Version="2024.3.0" /> |
| 32 | + <PackageReference Include="Microsoft.CodeAnalysis" Version="4.12.0" /> |
| 33 | + <PackageReference Include="Microsoft.CodeAnalysis.Common" Version="4.12.0" /> |
| 34 | + <PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.12.0" /> |
| 35 | + <PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.12.0" /> |
| 36 | + <PackageReference Include="Microsoft.CodeAnalysis.Workspaces.Common" Version="4.12.0" /> |
| 37 | + </ItemGroup> |
| 38 | + |
| 39 | +</Project> |
0 commit comments