|
11 | 11 | <Company>Snowflake Computing, Inc</Company> |
12 | 12 | <Product>Snowflake Connector for .NET</Product> |
13 | 13 | <Authors>Snowflake</Authors> |
14 | | - <Version>4.0.0</Version> |
| 14 | + <Version>4.0.1-alpha01</Version> |
15 | 15 | <DebugType>Full</DebugType> |
16 | 16 | <LangVersion>7.3</LangVersion> |
17 | 17 | <RootNamespace>Snowflake.Data</RootNamespace> |
18 | 18 | </PropertyGroup> |
19 | | - |
| 19 | + |
20 | 20 | <ItemGroup> |
21 | 21 |
|
22 | 22 | <PackageReference Include="AWSSDK.S3" Version="3.7.0.4" > |
|
31 | 31 | <ExcludeAssets>Runtime,Build,Native,Analyzers,BuildTransitive</ExcludeAssets> |
32 | 32 | <IncludeAssets>compile</IncludeAssets> |
33 | 33 | </PackageReference> |
| 34 | + <PackageReference Include="Azure.Storage.Common" Version="12.12.0" > |
| 35 | + <ExcludeAssets>Runtime,Build,Native,Analyzers,BuildTransitive</ExcludeAssets> |
| 36 | + <IncludeAssets>compile</IncludeAssets> |
| 37 | + </PackageReference> |
34 | 38 | <PackageReference Include="Apache.Arrow" Version="14.0.2" /> |
35 | 39 | <PackageReference Include="Mono.Unix" Version="7.1.0-final.1.21458.1" /> |
36 | 40 | <PackageReference Include="Newtonsoft.Json" Version="13.0.3" /> |
|
45 | 49 | <!--needed by Moq to be able to mock internal interfaces--> |
46 | 50 | <InternalsVisibleTo Include="DynamicProxyGenAssembly2" /> |
47 | 51 | </ItemGroup> |
48 | | - |
| 52 | + |
49 | 53 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> |
50 | 54 | <DebugType>full</DebugType> |
51 | 55 | <DebugSymbols>True</DebugSymbols> |
|
55 | 59 | <DebugType>full</DebugType> |
56 | 60 | <DebugSymbols>True</DebugSymbols> |
57 | 61 | </PropertyGroup> |
58 | | - |
| 62 | + |
59 | 63 | <PropertyGroup> |
60 | 64 | <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> |
61 | 65 | <GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType> |
62 | | - <AssemblyVersion>$(Version)</AssemblyVersion> |
63 | 66 | </PropertyGroup> |
64 | | - |
| 67 | + |
65 | 68 | <ItemGroup> |
66 | 69 | <Folder Include="Properties\" /> |
67 | 70 | </ItemGroup> |
|
0 commit comments