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 ec2a48c commit e3970bfCopy full SHA for e3970bf
samples/Berrysoft.Data.TreeSample/Berrysoft.Data.TreeSample.csproj
@@ -5,16 +5,12 @@
5
<TargetFramework>netcoreapp2.0</TargetFramework>
6
</PropertyGroup>
7
8
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
9
- <LangVersion>latest</LangVersion>
10
- </PropertyGroup>
11
-
12
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
+ <PropertyGroup>
13
<LangVersion>latest</LangVersion>
14
15
16
<ItemGroup>
17
- <PackageReference Include="System.Memory" Version="4.5.0-rc1" />
+ <PackageReference Include="System.Memory" Version="4.5.0" />
18
</ItemGroup>
19
20
0 commit comments