We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d5db793 + c078b38 commit 3ea2feaCopy full SHA for 3ea2fea
src/Paillave.Etl.AzureStorageAccount/Paillave.Etl.AzureStorageAccount.csproj
@@ -1,5 +1,5 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
-
+ <Import Project="..\SharedSettings.props" />
3
<PropertyGroup>
4
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
5
<TargetFrameworks>net9.0;net8.0</TargetFrameworks>
src/SharedSettings.props
@@ -2,7 +2,7 @@
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
- <Version>2.3.16-beta.0</Version>
+ <Version>2.3.17-beta.0</Version>
6
<PackageIcon>NugetIcon.png</PackageIcon>
7
<PackageReadmeFile>README.md</PackageReadmeFile>
8
<Authors>Stéphane Royer</Authors>
0 commit comments