mirror of
https://github.com/microsoft/HybridRow.git
synced 2026-01-24 11:53:15 +00:00
Copied dotnet code from CosmosDB repository
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<ProjectGuid>{7047DD2A-14FA-445E-93B2-67EB98282C4D}</ProjectGuid>
|
||||
<ShippingScope>External</ShippingScope>
|
||||
<DisableCosmosDBRules>true</DisableCosmosDBRules>
|
||||
</PropertyGroup>
|
||||
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), Build.props))\Build.props" />
|
||||
<PropertyGroup>
|
||||
<NugetPackBasePath>$(OutputRootDir)</NugetPackBasePath>
|
||||
<NugetPackProperties>$(NugetPackProperties);ProductSemanticVersion=$(ProductSemanticVersion);VersionPrereleaseExtension=$(VersionPrereleaseExtension)</NugetPackProperties>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="$(DocDBRoot)\Cosmos\Core\Core\Microsoft.Azure.Cosmos.Core.csproj">
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
<Project>{B7621117-AEF3-4E10-928D-533AE893F379}</Project>
|
||||
<Name>Microsoft.Azure.Cosmos.Core</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\HybridRow\Microsoft.Azure.Cosmos.Serialization.HybridRow.csproj">
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
<Project>{490D42EE-1FEF-47CC-97E4-782A353B4D58}</Project>
|
||||
<Name>Microsoft.Azure.Cosmos.Serialization.HybridRow</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<Import Project="$(BuildExtensionsPath)\NoTarget.targets" />
|
||||
</Project>
|
||||
@@ -0,0 +1,29 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<package >
|
||||
<metadata>
|
||||
<id>Microsoft.Azure.Cosmos.Serialization.HybridRow</id>
|
||||
<version>1.0.0-preview</version>
|
||||
<title>Microsoft.Azure.Cosmos.Serialization.HybridRow</title>
|
||||
<authors>Microsoft</authors>
|
||||
<owners>Microsoft</owners>
|
||||
<licenseUrl>https://aka.ms/netcoregaeula</licenseUrl>
|
||||
<projectUrl>https://github.com/Azure/azure-cosmos-dotnet-v3</projectUrl>
|
||||
<iconUrl>http://go.microsoft.com/fwlink/?LinkID=288890</iconUrl>
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<summary>Microsoft.Azure.Cosmos.Serialization.HybridRow</summary>
|
||||
<description>This package supports the Microsoft Azure Cosmos Client and is not intended to be used directly from your code.</description>
|
||||
<copyright>Copyright © Microsoft Corporation</copyright>
|
||||
<tags>microsoft azure cosmos dotnetcore netcore netstandard</tags>
|
||||
<dependencies>
|
||||
<dependency id="System.Memory" version="4.5.1" />
|
||||
<dependency id="Newtonsoft.Json" version="10.0.2" />
|
||||
<dependency id="System.Runtime.CompilerServices.Unsafe" version="4.5.1" />
|
||||
<dependency id="System.Threading.Tasks.Extensions" version="4.5.1" />
|
||||
<dependency id="System.ValueTuple" version="4.5.0" />
|
||||
</dependencies>
|
||||
</metadata>
|
||||
<files>
|
||||
<file src="Product\Microsoft.Azure.Cosmos.Serialization.HybridRow\Microsoft.Azure.Cosmos.Serialization.HybridRow.dll" target="lib/netstandard2.0" />
|
||||
<file src="Product\Microsoft.Azure.Cosmos.Core\Microsoft.Azure.Cosmos.Core.dll" target="lib/netstandard2.0" />
|
||||
</files>
|
||||
</package>
|
||||
Reference in New Issue
Block a user