File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 3838 <SymbolPackageFormat >snupkg</SymbolPackageFormat >
3939 </PropertyGroup >
4040
41+ <PropertyGroup >
42+ <LangVersion Condition =" '$(MSBuildProjectExtension)'=='.csproj'" >13</LangVersion >
43+ <LangVersion Condition =" '$(MSBuildProjectExtension)'=='.vbproj'" >16.9</LangVersion >
44+ </PropertyGroup >
45+
4146 <ItemGroup >
4247 <None Include =" $(RepoRootPath)obj/NOTICE" Pack =" true" PackagePath =" " Visible =" false" Condition =" Exists('$(RepoRootPath)obj/NOTICE') " />
4348 </ItemGroup >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project >
3- <PropertyGroup >
4- <LangVersion Condition =" '$(Language)'=='C#'" >13</LangVersion >
5- <LangVersion Condition =" '$(Language)'=='VB'" >16.9</LangVersion >
6- </PropertyGroup >
73 <ItemGroup >
84 <!-- Avoid compile error about missing namespace when combining ImplicitUsings with .NET Framework target frameworks. -->
95 <Using Remove =" System.Net.Http" Condition =" '$(TargetFrameworkIdentifier)'=='.NETFramework'" />
You can’t perform that action at this time.
0 commit comments