File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >netcoreapp3.1 </TargetFramework >
4+ <TargetFramework >net5.0 </TargetFramework >
55 <GeneratePackageOnBuild >False</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 >1 .1.0.0</AssemblyVersion >
21- <FileVersion >1.1.5-alpha </FileVersion >
22- <Version >1.1.5-alpha </Version >
20+ <AssemblyVersion >5 .1.0.0</AssemblyVersion >
21+ <FileVersion >5.0.0-rc </FileVersion >
22+ <Version >5.0.0-rc </Version >
2323 <PackageReleaseNotes >Add ChangeLog Feature</PackageReleaseNotes >
2424 </PropertyGroup >
2525
2626 <ItemGroup >
27- <PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 3.1.7 " />
28- <PackageReference Include =" Microsoft.AspNetCore.Http.Abstractions" Version =" 1.1.2 " />
29- <PackageReference Include =" System.Net.Http.Json" Version =" 6 .0.0" />
27+ <PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 5.0.0 " />
28+ <PackageReference Include =" Microsoft.AspNetCore.Http.Abstractions" Version =" 2.0.0 " />
29+ <PackageReference Include =" System.Net.Http.Json" Version =" 5 .0.0" />
3030 </ItemGroup >
3131
3232 <ItemGroup >
You can’t perform that action at this time.
0 commit comments