File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
3
<TargetFrameworks >netstandard2.0</TargetFrameworks >
4
+ <LangVersion >9.0</LangVersion >
4
5
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
5
6
<PackageIconUrl >http://go.microsoft.com/fwlink/?LinkID=288890</PackageIconUrl >
6
7
<PackageProjectUrl >https://github.com/Microsoft/OpenAPI.NET</PackageProjectUrl >
36
37
</PropertyGroup >
37
38
38
39
<ItemGroup >
39
- <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" PrivateAssets =" All" />
40
+ <PackageReference Include =" Microsoft.AspNetCore.Mvc.Core" Version =" 2.2.5" />
41
+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" PrivateAssets =" All" />
40
42
</ItemGroup >
41
43
42
44
<ItemGroup >
You can’t perform that action at this time.
0 commit comments