Skip to content

Commit a73df59

Browse files
author
Warren Buckley
committed
Setup SLN & new CSProj with Nuget reference to UmbracoForms.Core 8.7.4
1 parent 77d0bde commit a73df59

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<!-- Frameworks https://docs.microsoft.com/en-us/dotnet/standard/frameworks#supported-target-frameworks -->
5+
<TargetFramework>net472</TargetFramework>
6+
</PropertyGroup>
7+
8+
<ItemGroup>
9+
<PackageReference Include="UmbracoForms.Core" Version="8.7.4" />
10+
</ItemGroup>
11+
12+
</Project>

src/Umbraco.Forms.Extensions.sln

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 16
4+
VisualStudioVersion = 16.0.31402.337
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Umbraco.Forms.Extensions.Crm.Hubspot", "Umbraco.Forms.Extensions.Crm.Hubspot\Umbraco.Forms.Extensions.Crm.Hubspot.csproj", "{E7F3F2CC-DCB6-4158-AABA-D2EA9E1B9FA8}"
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+
{E7F3F2CC-DCB6-4158-AABA-D2EA9E1B9FA8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{E7F3F2CC-DCB6-4158-AABA-D2EA9E1B9FA8}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{E7F3F2CC-DCB6-4158-AABA-D2EA9E1B9FA8}.Release|Any CPU.ActiveCfg = Release|Any CPU
17+
{E7F3F2CC-DCB6-4158-AABA-D2EA9E1B9FA8}.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 = {24944114-049F-4C44-95C5-E50600988018}
24+
EndGlobalSection
25+
EndGlobal

0 commit comments

Comments
 (0)