|
11 | 11 | <PackageIconUrl>https://raw.githubusercontent.com/snowflakedb/snowflake-connector-net/master/Snowflake.Data/snowflake.ico</PackageIconUrl> |
12 | 12 | <Company>Snowflake Computing, Inc</Company> |
13 | 13 | <Product>Snowflake Connector for .NET</Product> |
14 | | - <Authors>howryu, tchen</Authors> |
| 14 | + <Authors>Snowflake</Authors> |
15 | 15 | <Copyright>Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.</Copyright> |
16 | | - <Version>3.1.1</Version> |
| 16 | + <Version>3.1.0</Version> |
17 | 17 | <DebugType>Full</DebugType> |
18 | 18 | <LangVersion>7.3</LangVersion> |
19 | 19 | <RootNamespace>Snowflake.Data</RootNamespace> |
20 | 20 | </PropertyGroup> |
21 | | - |
| 21 | + |
22 | 22 | <ItemGroup> |
23 | 23 |
|
24 | 24 | <PackageReference Include="AWSSDK.S3" Version="3.7.0.4" > |
|
41 | 41 | <PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.34.0" /> |
42 | 42 | <PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" /> |
43 | 43 | </ItemGroup> |
44 | | - |
| 44 | + |
45 | 45 | <ItemGroup Condition="'$(TargetFramework)' == 'net471' Or '$(TargetFramework)' == 'net472'"> |
46 | 46 | <Reference Include="System.Net.Http" /> |
47 | 47 | </ItemGroup> |
|
55 | 55 | <!--needed by Moq to be able to mock internal interfaces--> |
56 | 56 | <InternalsVisibleTo Include="DynamicProxyGenAssembly2" /> |
57 | 57 | </ItemGroup> |
58 | | - |
| 58 | + |
59 | 59 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> |
60 | 60 | <DebugType>full</DebugType> |
61 | 61 | <DebugSymbols>True</DebugSymbols> |
|
65 | 65 | <DebugType>full</DebugType> |
66 | 66 | <DebugSymbols>True</DebugSymbols> |
67 | 67 | </PropertyGroup> |
68 | | - |
| 68 | + |
69 | 69 | <PropertyGroup> |
70 | 70 | <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> |
71 | 71 | <GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType> |
72 | 72 | <AssemblyVersion>$(Version)</AssemblyVersion> |
73 | 73 | </PropertyGroup> |
74 | | - |
| 74 | + |
75 | 75 | <ItemGroup> |
76 | 76 | <Folder Include="Properties\" /> |
77 | 77 | </ItemGroup> |
|
0 commit comments