|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 |
|
3 | 3 | <PropertyGroup> |
4 | | - <TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks> |
5 | 4 | <RootNamespace>SharpGrip.FileSystem.Adapters.MicrosoftOneDrive</RootNamespace> |
6 | | - <Nullable>enable</Nullable> |
7 | | - <LangVersion>8.0</LangVersion> |
8 | | - <PackageOutputPath>../NuGet</PackageOutputPath> |
9 | | - <IncludeSymbols>true</IncludeSymbols> |
10 | | - <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
11 | | - <PackageReadmeFile>README.md</PackageReadmeFile> |
12 | 5 | </PropertyGroup> |
13 | 6 |
|
14 | 7 | <PropertyGroup> |
15 | 8 | <AssemblyName>SharpGrip.FileSystem.Adapters.MicrosoftOneDrive</AssemblyName> |
16 | 9 | <PackageId>SharpGrip.FileSystem.Adapters.MicrosoftOneDrive</PackageId> |
17 | | - <PackageVersion>1.0.0-beta1</PackageVersion> |
18 | 10 | <Title>SharpGrip FileSystem MicrosoftOneDrive adapter</Title> |
19 | 11 | <Description>The SharpGrip FileSystem MicrosoftOneDrive adapter.</Description> |
20 | | - <Company>SharpGrip</Company> |
21 | | - <Authors>SharpGrip</Authors> |
22 | | - <Copyright>SharpGrip</Copyright> |
23 | | - <PackageLicenseExpression>MIT</PackageLicenseExpression> |
24 | 12 | <PackageTags>sharpgrip;file-system;microsoft-onedrive</PackageTags> |
25 | | - <PackageProjectUrl>https://sharpgrip.net</PackageProjectUrl> |
26 | | - <RepositoryUrl>https://github.com/SharpGrip/FileSystem</RepositoryUrl> |
27 | | - <RepositoryType>git</RepositoryType> |
28 | 13 | </PropertyGroup> |
29 | 14 |
|
30 | 15 | <ItemGroup> |
31 | | - <None Include="..\README.md" Pack="true" PackagePath="\"/> |
| 16 | + <None Include="..\README.md" Pack="true" PackagePath="\" /> |
32 | 17 | </ItemGroup> |
33 | 18 |
|
34 | 19 | <ItemGroup> |
35 | | - <PackageReference Include="Microsoft.Graph" Version="4.17.0"/> |
36 | | - <PackageReference Include="Microsoft.Identity.Client" Version="4.40.0"/> |
| 20 | + <PackageReference Include="Microsoft.Graph" Version="4.54.0" /> |
| 21 | + <PackageReference Include="Microsoft.Identity.Client" Version="4.53.0" /> |
37 | 22 | </ItemGroup> |
38 | 23 |
|
39 | 24 | <ItemGroup> |
40 | | - <ProjectReference Include="..\FileSystem\FileSystem.csproj"/> |
| 25 | + <ProjectReference Include="..\FileSystem\FileSystem.csproj" /> |
41 | 26 | </ItemGroup> |
42 | 27 |
|
43 | 28 | </Project> |
0 commit comments