|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 |
|
3 | 3 | <PropertyGroup> |
4 | | - <TargetFramework>net5.0</TargetFramework> |
| 4 | + <TargetFramework>net6.0</TargetFramework> |
5 | 5 | <GeneratePackageOnBuild>False</GeneratePackageOnBuild> |
6 | 6 | <PackageId>AzureDevOpsTracker</PackageId> |
7 | 7 | <Authors>Elvis Souza | Diego Galante</Authors> |
|
17 | 17 | <NeutralLanguage>en</NeutralLanguage> |
18 | 18 | <PackageLicenseFile>LICENSE.md.txt</PackageLicenseFile> |
19 | 19 | <Description>A NuGet that allows you to use a Azure DevOps Service Hook to track workitems changes in a simply and detailed way.</Description> |
20 | | - <AssemblyVersion>5.0.0.0</AssemblyVersion> |
21 | | - <FileVersion>5.0.5</FileVersion> |
22 | | - <Version>5.0.5</Version> |
| 20 | + <AssemblyVersion>6.0.0.0</AssemblyVersion> |
| 21 | + <FileVersion>6.0.0</FileVersion> |
| 22 | + <Version>6.0.0</Version> |
23 | 23 | <PackageReleaseNotes>Add ChangeLog Feature</PackageReleaseNotes> |
24 | 24 | </PropertyGroup> |
25 | 25 |
|
26 | 26 | <ItemGroup> |
27 | 27 | <PackageReference Include="Microsoft.AspNetCore.Http" Version="2.2.2" /> |
28 | | - <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="5.0.0" /> |
| 28 | + <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.28" /> |
29 | 29 | <PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0" /> |
30 | | - <PackageReference Include="System.Net.Http.Json" Version="5.0.0" /> |
| 30 | + <PackageReference Include="Newtonsoft.Json" Version="13.0.3" /> |
| 31 | + <PackageReference Include="System.Net.Http.Json" Version="6.0.1" /> |
31 | 32 | </ItemGroup> |
32 | 33 |
|
33 | 34 | <ItemGroup> |
34 | | - <None Include="LICENSE.md.txt"> |
| 35 | + <None Include="..\LICENSE.md.txt"> |
35 | 36 | <Pack>True</Pack> |
36 | 37 | <PackagePath></PackagePath> |
| 38 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
37 | 39 | </None> |
38 | 40 | </ItemGroup> |
39 | 41 |
|
|
0 commit comments