File tree 1 file changed +14
-15
lines changed
1 file changed +14
-15
lines changed Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" ToolsVersion =" Current" >
2
- <PropertyGroup >
3
- <TargetFramework >netstandard2.0</TargetFramework >
4
- <FileUpgradeFlags >40</FileUpgradeFlags >
5
- <UpgradeBackupLocation >C:\code\PhantasmaSpook\Backup\Phantasma.RocksDB\</UpgradeBackupLocation >
6
- <OldToolsVersion >Current</OldToolsVersion >
7
- </PropertyGroup >
8
- <ItemGroup >
9
- <ProjectReference Include =" ..\Phantasma.Storage\Phantasma.Storage.csproj" />
10
- </ItemGroup >
11
- <ItemGroup >
12
- <PackageReference Include =" RocksDbSharp" Version =" 6.2.2" />
13
- <PackageReference Include =" RocksDbNative" Version =" 6.2.2" />
14
- </ItemGroup >
15
- </Project >
1
+ <Project Sdk =" Microsoft.NET.Sdk" ToolsVersion =" Current" >
2
+ <PropertyGroup >
3
+ <TargetFramework >netstandard2.1</TargetFramework >
4
+ <FileUpgradeFlags >40</FileUpgradeFlags >
5
+ </PropertyGroup >
6
+ <ItemGroup >
7
+ <ProjectReference Include =" ..\Phantasma.Storage\Phantasma.Storage.csproj" />
8
+ </ItemGroup >
9
+ <ItemGroup >
10
+ </ItemGroup >
11
+ <ItemGroup >
12
+ <PackageReference Include =" rocksdb" Version =" 6.17.3.16253" />
13
+ </ItemGroup >
14
+ </Project >
You can’t perform that action at this time.
0 commit comments