File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
test/Microsoft.OpenApi.SmokeTests Expand file tree Collapse file tree 2 files changed +2
-3
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;net462</TargetFrameworks >
4
- <LangVersion >9.0 </LangVersion >
4
+ <LangVersion >Latest </LangVersion >
5
5
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
6
6
<PackageIconUrl >http://go.microsoft.com/fwlink/?LinkID=288890</PackageIconUrl >
7
7
<PackageProjectUrl >https://github.com/Microsoft/OpenAPI.NET</PackageProjectUrl >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFrameworks >net60 </TargetFrameworks >
4
+ <TargetFrameworks >net6.0 </TargetFrameworks >
5
5
</PropertyGroup >
6
6
7
7
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
8
- <DefineConstants >TRACE;DEBUG;NET60</DefineConstants >
9
8
</PropertyGroup >
10
9
11
10
<ItemGroup >
You can’t perform that action at this time.
0 commit comments