-
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.
Using a empty csproj to generate nuget dependencies package. Removed …
…dependency of nuget cli This package could be generated using the following command dotnet pack Snowflake.Data.AWS.Dependencies.csproj
- Loading branch information
1 parent
7c0587d
commit 56ca484
Showing
3 changed files
with
31 additions
and
20 deletions.
There are no files selected for viewing
25 changes: 25 additions & 0 deletions
25
Snowflake.Data.AWS.Dependencies/Snowflake.Data.AWS.Dependencies.csproj
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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>netstandard2.0</TargetFramework> | ||
<Title>Snowflake.Data.AWS.Dependencies</Title> | ||
<PackageId>Snowflake.Data.AWS.Dependencies</PackageId> | ||
<Description>Snowflake Connector AWS dependencies 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> | ||
<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> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="AWSSDK.S3" Version="3.7.0.4" /> | ||
</ItemGroup> | ||
|
||
</Project> |
20 changes: 0 additions & 20 deletions
20
Snowflake.Data/providers/Snowflake.Data.AWS.Dependencies.nuspec
This file was deleted.
Oops, something went wrong.
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