-
Notifications
You must be signed in to change notification settings - Fork 140
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
09b7ef6
commit 5d0a258
Showing
5 changed files
with
41 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,31 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFrameworks>net6.0;net471;net472</TargetFrameworks> | ||
<TargetFrameworks Condition="'$(OS)' != 'Windows_NT'">net6.0</TargetFrameworks> | ||
<Title>Snowflake.Data</Title> | ||
<PackageId>Snowflake.Data</PackageId> | ||
<Description>Snowflake Connector for .NET</Description> | ||
<PackageLicenseUrl>https://github.com/snowflakedb/snowflake-connector-net/blob/master/LICENSE</PackageLicenseUrl> | ||
<PackageProjectUrl>https://github.com/snowflakedb/snowflake-connector-net</PackageProjectUrl> | ||
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> | ||
<PackageIconUrl>https://raw.githubusercontent.com/snowflakedb/snowflake-connector-net/master/Snowflake.Data/snowflake.ico</PackageIconUrl> | ||
<Description>Snowflake Connector for .NET</Description> | ||
<Company>Snowflake Computing, Inc</Company> | ||
<Product>Snowflake Connector for .NET</Product> | ||
<Authors>howryu, tchen</Authors> | ||
<Copyright>Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.</Copyright> | ||
<Version>3.1.1</Version> | ||
<DebugType>Full</DebugType> | ||
<LangVersion>7.3</LangVersion> | ||
<RootNamespace>Snowflake.Data</RootNamespace> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\Snowflake.Data.AWS\Snowflake.Data.AWS.csproj" /> | ||
<ProjectReference Include="..\Snowflake.Data.Azure\Snowflake.Data.Azure.csproj" /> | ||
<ProjectReference Include="..\Snowflake.Data.Core\Snowflake.Data.Core.csproj" /> | ||
<ProjectReference Include="..\Snowflake.Data.GCP\Snowflake.Data.GCP.csproj" /> | ||
</ItemGroup> | ||
|
||
</Project> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFrameworks>net6.0;net471;net472</TargetFrameworks> | ||
<TargetFrameworks Condition="'$(OS)' != 'Windows_NT'">net6.0</TargetFrameworks> | ||
<Title>Snowflake.Data</Title> | ||
<PackageId>Snowflake.Data</PackageId> | ||
<Description>Snowflake Connector for .NET</Description> | ||
<PackageLicenseUrl>https://github.com/snowflakedb/snowflake-connector-net/blob/master/LICENSE</PackageLicenseUrl> | ||
<PackageProjectUrl>https://github.com/snowflakedb/snowflake-connector-net</PackageProjectUrl> | ||
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> | ||
<PackageIconUrl>https://raw.githubusercontent.com/snowflakedb/snowflake-connector-net/master/Snowflake.Data/snowflake.ico</PackageIconUrl> | ||
<Description>Snowflake Connector for .NET</Description> | ||
<Company>Snowflake Computing, Inc</Company> | ||
<Product>Snowflake Connector for .NET</Product> | ||
<Authors>Snowflake</Authors> | ||
<Copyright>Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.</Copyright> | ||
<Version>3.1.0</Version> | ||
<DebugType>Full</DebugType> | ||
<LangVersion>7.3</LangVersion> | ||
<RootNamespace>Snowflake.Data</RootNamespace> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\Snowflake.Data.AWS\Snowflake.Data.AWS.csproj" /> | ||
<ProjectReference Include="..\Snowflake.Data.Azure\Snowflake.Data.Azure.csproj" /> | ||
<ProjectReference Include="..\Snowflake.Data.Core\Snowflake.Data.Core.csproj" /> | ||
<ProjectReference Include="..\Snowflake.Data.GCP\Snowflake.Data.GCP.csproj" /> | ||
</ItemGroup> | ||
|
||
</Project> |