|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk">
|
2 | 2 |
|
3 |
| - <PropertyGroup> |
4 |
| - <Description>WopiHost.FileSystemProvider Class Library</Description> |
5 |
| - <Authors>Petr Svihlik</Authors> |
6 |
| - <TargetFramework>net8.0</TargetFramework> |
7 |
| - <AssemblyName>WopiHost.FileSystemProvider</AssemblyName> |
8 |
| - <PackageId>WopiHost.FileSystemProvider</PackageId> |
9 |
| - <PackageLicenseFile>LICENSE.txt</PackageLicenseFile> |
10 |
| - <PackageIcon>logo.png</PackageIcon> |
11 |
| - <PackageTags>WOPI;MS-WOPI;MS-FSSHTTP;Office Online Server;Office Web Apps;Web Application Open Platform Interface</PackageTags> |
12 |
| - <RepositoryType>git</RepositoryType> |
13 |
| - <RepositoryUrl>https://github.com/petrsvihlik/WopiHost.git</RepositoryUrl> |
14 |
| - <GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute> |
15 |
| - <GenerateAssemblyDescriptionAttribute>false</GenerateAssemblyDescriptionAttribute> |
16 |
| - <GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute> |
17 |
| - <GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute> |
18 |
| - <GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute> |
19 |
| - <GenerateAssemblyCopyrightAttribute>false</GenerateAssemblyCopyrightAttribute> |
20 |
| - <DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile> |
21 |
| - </PropertyGroup> |
22 |
| - |
23 |
| - <ItemGroup> |
24 |
| - <None Include="..\..\LICENSE.txt" Pack="true" PackagePath="" /> |
25 |
| - <None Include="..\..\img\logo.png" Pack="true" PackagePath="" /> |
26 |
| - </ItemGroup> |
27 |
| - |
28 |
| - <PropertyGroup> |
29 |
| - <PublishRepositoryUrl>true</PublishRepositoryUrl> |
30 |
| - <IncludeSymbols>true</IncludeSymbols> |
31 |
| - <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
32 |
| - <EmbedUntrackedSources>true</EmbedUntrackedSources> |
33 |
| - </PropertyGroup> |
| 3 | + <PropertyGroup> |
| 4 | + <Description>WopiHost.FileSystemProvider Class Library</Description> |
| 5 | + <Authors>Petr Svihlik</Authors> |
| 6 | + <TargetFramework>net8.0</TargetFramework> |
| 7 | + <AssemblyName>WopiHost.FileSystemProvider</AssemblyName> |
| 8 | + <PackageId>WopiHost.FileSystemProvider</PackageId> |
| 9 | + <PackageLicenseFile>LICENSE.txt</PackageLicenseFile> |
| 10 | + <PackageIcon>logo.png</PackageIcon> |
| 11 | + <PackageTags>WOPI;MS-WOPI;MS-FSSHTTP;Office Online Server;Office Web Apps;Web Application Open Platform Interface</PackageTags> |
| 12 | + <RepositoryType>git</RepositoryType> |
| 13 | + <RepositoryUrl>https://github.com/petrsvihlik/WopiHost.git</RepositoryUrl> |
| 14 | + <GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute> |
| 15 | + <GenerateAssemblyDescriptionAttribute>false</GenerateAssemblyDescriptionAttribute> |
| 16 | + <GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute> |
| 17 | + <GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute> |
| 18 | + <GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute> |
| 19 | + <GenerateAssemblyCopyrightAttribute>false</GenerateAssemblyCopyrightAttribute> |
| 20 | + <DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile> |
| 21 | + </PropertyGroup> |
34 | 22 |
|
35 |
| - <ItemGroup> |
36 |
| - <PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="8.0.0" /> |
37 |
| - <PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" /> |
38 |
| - <PackageReference Include="Mono.Unix" Version="7.1.0-final.1.21458.1" /> |
39 |
| - <PackageReference Include="Microsoft.AspNetCore.Authorization" Version="8.0.2" /> |
40 |
| - <PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="8.0.0" /> |
41 |
| - <PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.1" /> |
42 |
| - <PackageReference Include="System.Diagnostics.FileVersionInfo" Version="4.3.0" /> |
43 |
| - <PackageReference Include="System.IO.FileSystem.AccessControl" Version="5.0.0" /> |
44 |
| - <PackageReference Include="System.Security.Claims" Version="4.3.0" /> |
45 |
| - <PackageReference Include="System.Security.Principal.Windows" Version="5.0.0" /> |
46 |
| - <PackageReference Include="Microsoft.IdentityModel.Tokens" Version="7.3.1" /> |
47 |
| - <PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="7.3.1" /> |
48 |
| - </ItemGroup> |
| 23 | + <ItemGroup> |
| 24 | + <None Include="..\..\LICENSE.txt" Pack="true" PackagePath="" /> |
| 25 | + <None Include="..\..\img\logo.png" Pack="true" PackagePath="" /> |
| 26 | + </ItemGroup> |
49 | 27 |
|
50 |
| - <ItemGroup> |
51 |
| - <ProjectReference Include="..\WopiHost.Abstractions\WopiHost.Abstractions.csproj" /> |
52 |
| - </ItemGroup> |
| 28 | + <PropertyGroup> |
| 29 | + <PublishRepositoryUrl>true</PublishRepositoryUrl> |
| 30 | + <IncludeSymbols>true</IncludeSymbols> |
| 31 | + <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
| 32 | + <EmbedUntrackedSources>true</EmbedUntrackedSources> |
| 33 | + </PropertyGroup> |
| 34 | + |
| 35 | + <ItemGroup> |
| 36 | + <PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="8.0.0" /> |
| 37 | + <PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" /> |
| 38 | + <PackageReference Include="Microsoft.AspNetCore.Authorization" Version="8.0.2" /> |
| 39 | + <PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="8.0.0" /> |
| 40 | + <PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.1" /> |
| 41 | + <PackageReference Include="System.Diagnostics.FileVersionInfo" Version="4.3.0" /> |
| 42 | + <PackageReference Include="System.IO.FileSystem.AccessControl" Version="5.0.0" /> |
| 43 | + <PackageReference Include="System.Security.Claims" Version="4.3.0" /> |
| 44 | + <PackageReference Include="System.Security.Principal.Windows" Version="5.0.0" /> |
| 45 | + <PackageReference Include="Microsoft.IdentityModel.Tokens" Version="7.3.1" /> |
| 46 | + <PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="7.3.1" /> |
| 47 | + </ItemGroup> |
| 48 | + |
| 49 | + <ItemGroup> |
| 50 | + <ProjectReference Include="..\WopiHost.Abstractions\WopiHost.Abstractions.csproj" /> |
| 51 | + </ItemGroup> |
53 | 52 |
|
54 | 53 | </Project>
|
0 commit comments