File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed
Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net5 .0</TargetFramework >
4+ <TargetFramework >net6 .0</TargetFramework >
55 <GeneratePackageOnBuild >True</GeneratePackageOnBuild >
66 <PackageId >AzureDevOpsTracker</PackageId >
77 <Authors >Elvis Souza | Diego Galante</Authors >
1717 <NeutralLanguage >en</NeutralLanguage >
1818 <PackageLicenseFile >LICENSE.md.txt</PackageLicenseFile >
1919 <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.6 </FileVersion >
22- <Version >5 .0.6 </Version >
23- <PackageReleaseNotes >Add ChangeLog Feature </PackageReleaseNotes >
20+ <AssemblyVersion >6 .0.0.0</AssemblyVersion >
21+ <FileVersion >6 .0.0 </FileVersion >
22+ <Version >6 .0.0 </Version >
23+ <PackageReleaseNotes ></PackageReleaseNotes >
2424 </PropertyGroup >
2525
2626 <ItemGroup >
3232
3333 <ItemGroup >
3434 <PackageReference Include =" Microsoft.AspNetCore.Http" Version =" 2.2.2" />
35- <PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 5 .0.0" />
35+ <PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 6 .0.0" />
3636 <PackageReference Include =" Microsoft.AspNetCore.Http.Abstractions" Version =" 2.2.0" />
37- <PackageReference Include =" System.Net.Http.Json" Version =" 5.0.0" />
37+ <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.1" />
38+ <PackageReference Include =" System.Net.Http.Json" Version =" 6.0.0" />
3839 </ItemGroup >
3940
4041 <ItemGroup >
4445 </None >
4546 </ItemGroup >
4647
47- </Project >
48+ </Project >
You can’t perform that action at this time.
0 commit comments