Skip to content

Commit 25f2581

Browse files
committed
Remove unecessary package
1 parent 3129765 commit 25f2581

File tree

3 files changed

+49
-1
lines changed

3 files changed

+49
-1
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"workbench.colorCustomizations": {
3+
"activityBar.activeBackground": "#e485d3",
4+
"activityBar.background": "#e485d3",
5+
"activityBar.foreground": "#15202b",
6+
"activityBar.inactiveForeground": "#15202b99",
7+
"activityBarBadge.background": "#ecf3cb",
8+
"activityBarBadge.foreground": "#15202b",
9+
"commandCenter.border": "#15202b99",
10+
"sash.hoverBorder": "#e485d3",
11+
"statusBar.background": "#db5bc4",
12+
"statusBar.debuggingBackground": "#5bdb72",
13+
"statusBar.debuggingForeground": "#15202b",
14+
"statusBar.foreground": "#15202b",
15+
"statusBarItem.hoverBackground": "#d231b5",
16+
"statusBarItem.remoteBackground": "#db5bc4",
17+
"statusBarItem.remoteForeground": "#15202b",
18+
"titleBar.activeBackground": "#db5bc4",
19+
"titleBar.activeForeground": "#15202b",
20+
"titleBar.inactiveBackground": "#db5bc499",
21+
"titleBar.inactiveForeground": "#15202b99"
22+
},
23+
"peacock.color": "#db5bc4"
24+
}

projects/orleans/orleans-5/orleans-5.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
</PropertyGroup>
77
<ItemGroup>
88
<PackageReference Include="Microsoft.Orleans.Server" Version="8.0.0" />
9-
<PackageReference Include="Orleans.Persistence.Redis" Version="7.0.0" />
109
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="8.0.0" />
1110
<PackageReference Include="Microsoft.Orleans.Reminders" Version="8.0.0" />
1211
</ItemGroup>
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.5.002.0
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "orleans-5", "orleans-5.csproj", "{E1FF1709-0A2C-40ED-BFC3-4CE2C55AF635}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|Any CPU = Debug|Any CPU
11+
Release|Any CPU = Release|Any CPU
12+
EndGlobalSection
13+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14+
{E1FF1709-0A2C-40ED-BFC3-4CE2C55AF635}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{E1FF1709-0A2C-40ED-BFC3-4CE2C55AF635}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{E1FF1709-0A2C-40ED-BFC3-4CE2C55AF635}.Release|Any CPU.ActiveCfg = Release|Any CPU
17+
{E1FF1709-0A2C-40ED-BFC3-4CE2C55AF635}.Release|Any CPU.Build.0 = Release|Any CPU
18+
EndGlobalSection
19+
GlobalSection(SolutionProperties) = preSolution
20+
HideSolutionNode = FALSE
21+
EndGlobalSection
22+
GlobalSection(ExtensibilityGlobals) = postSolution
23+
SolutionGuid = {C19CE51D-8342-41AE-ABC5-6206197F2B73}
24+
EndGlobalSection
25+
EndGlobal

0 commit comments

Comments
 (0)