Skip to content

Commit 795e525

Browse files
authored
Merge pull request #8 from ivandrofly/main
Remove unused package and add GitHub workflows
2 parents e59cc8b + 919a27f commit 795e525

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

DesktopClient/DesktopClient.csproj

-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,4 @@
1010
<ItemGroup>
1111
<ProjectReference Include="..\src\SubDBSharp.csproj" />
1212
</ItemGroup>
13-
<ItemGroup>
14-
<PackageReference Include="Microsoft.CSharp" />
15-
</ItemGroup>
1613
</Project>

SubDBSharp.sln

+14
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,17 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".Solution Items", ".Solutio
1515
Directory.Build.props = Directory.Build.props
1616
EndProjectSection
1717
EndProject
18+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{6E598683-A207-4B7A-91A6-AF3364A4C569}"
19+
ProjectSection(SolutionItems) = preProject
20+
.github\FUNDING.yml = .github\FUNDING.yml
21+
EndProjectSection
22+
EndProject
23+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{799D564C-8E46-4CA6-BCB3-F401CB0F61CA}"
24+
ProjectSection(SolutionItems) = preProject
25+
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
26+
.github\workflows\dotnet-desktop.yml = .github\workflows\dotnet-desktop.yml
27+
EndProjectSection
28+
EndProject
1829
Global
1930
GlobalSection(SolutionConfigurationPlatforms) = preSolution
2031
Debug|Any CPU = Debug|Any CPU
@@ -40,4 +51,7 @@ Global
4051
GlobalSection(ExtensibilityGlobals) = postSolution
4152
SolutionGuid = {E6A8A0A6-A412-4CF5-90F0-1706D8E38C52}
4253
EndGlobalSection
54+
GlobalSection(NestedProjects) = preSolution
55+
{799D564C-8E46-4CA6-BCB3-F401CB0F61CA} = {6E598683-A207-4B7A-91A6-AF3364A4C569}
56+
EndGlobalSection
4357
EndGlobal

0 commit comments

Comments
 (0)