We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e72c4d2 commit bf49ff4Copy full SHA for bf49ff4
src/ExchangeSharpConsole/ExchangeSharpConsole.csproj
@@ -3,7 +3,7 @@
3
<PropertyGroup>
4
<OutputType>Exe</OutputType>
5
<AssemblyName>exchange-sharp</AssemblyName>
6
- <TargetFramework>netcoreapp3.0</TargetFramework>
+ <TargetFramework>netcoreapp3.1</TargetFramework>
7
<NeutralLanguage>en</NeutralLanguage>
8
<LangVersion>8</LangVersion>
9
<AssemblyVersion>0.7.4</AssemblyVersion>
tests/ExchangeSharpTests/ExchangeSharpTests.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
<IsPackable>false</IsPackable>
0 commit comments