2021-04-07 18:07:00 +08:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
2021-04-08 14:21:41 +08:00
|
|
|
<ReleaseVersion>0.7.3</ReleaseVersion>
|
2021-04-07 18:07:00 +08:00
|
|
|
<AssemblyName>Storage.Standard</AssemblyName>
|
|
|
|
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="..\Storage\Storage.csproj" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
2021-04-09 14:24:04 +08:00
|
|
|
<ItemGroup>
|
|
|
|
<Folder Include="Public\" />
|
|
|
|
</ItemGroup>
|
2021-04-07 18:07:00 +08:00
|
|
|
</Project>
|