-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathOlive.Microservices.Hub.csproj
55 lines (48 loc) · 2.29 KB
/
Olive.Microservices.Hub.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<Project Sdk="Microsoft.NET.Sdk.Razor">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<AddRazorSupportForMvc>true</AddRazorSupportForMvc>
<Copyright>Copyright ©2022 Geeks Ltd - All rights reserved.</Copyright>
<Company>Geeks Ltd</Company>
<Authors>Geeks Ltd</Authors>
<RepositoryUrl>https://github.com/Geeksltd/Olive.Microservices.Hub/tree/master/Olive.Microservices.Hub</RepositoryUrl>
<PackageIcon>icon.png</PackageIcon>
<Version>1.5.49</Version>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
<Nullable>warnings</Nullable>
</PropertyGroup>
<ItemGroup>
<Compile Remove="App_Start\Program.cs" />
<Compile Remove="App_Start\TaskManager.cs" />
</ItemGroup>
<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="AppContentService.HubApi" Version="180720.11.4435" />
<PackageReference Include="EmailService.SendEmailCommand.EventBusCommand" Version="191220.12.2936" />
<PackageReference Include="FS.Shared.Website" Version="1.1.11.48" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="6.0.28" />
<PackageReference Include="NuGet.CommandLine" Version="6.9.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Olive" Version="2.1.362" />
<PackageReference Include="Olive.Entities" Version="2.1.189" />
<PackageReference Include="Olive.Entities.Data" Version="2.1.196" />
<PackageReference Include="Olive.Entities.Data.Replication" Version="2.1.199" />
<PackageReference Include="Olive.GlobalSearch.Source" Version="1.0.42" />
<PackageReference Include="Olive.Microservices.Hub.BoardComponent.Source" Version="2.2.127" />
<PackageReference Include="Olive.Mvc.Microservices" Version="3.1.155" />
<PackageReference Include="Olive.Mvc.Security" Version="3.1.112" />
<PackageReference Include="Olive.Mvc.Testing" Version="3.1.114" />
<PackageReference Include="Olive.PassiveBackgroundTasks" Version="1.0.36" />
</ItemGroup>
<ItemGroup>
<None Include="icon.png">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>
</Project>