[Sockets]: Always reset internal SAEA completion when reattempting connection in...
[mono-project.git] / netcore / roslyn-restore.csproj
blob84680ef314a66eabafdb4d5d14e30bfd95de4adb
1 <Project Sdk="Microsoft.NET.Sdk">
2   <PropertyGroup>
3     <OutputType>Library</OutputType>
4     <TargetFramework>netcoreapp3.0</TargetFramework>
5     <DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
6     <EnableDefaultItems>false</EnableDefaultItems>
7     <GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
8     <SkipImportRoslynProps>true</SkipImportRoslynProps>
9   </PropertyGroup>
10   <ItemGroup>
11     <PackageReference Include="Microsoft.Net.Compilers.Toolset" Version="$(RoslynVersion)" />
12   </ItemGroup>
13 </Project>