Skip to content

Commit f6be99a

Browse files
committed
Oops.
1 parent 7dc5865 commit f6be99a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Papercut.sln

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 18
4-
VisualStudioVersion = 18.0.11205.157 d18.0
4+
VisualStudioVersion = 18.0.11205.157
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Papercut", "src\Papercut.UI\Papercut.csproj", "{AC067042-66BD-4110-ADA1-E2CEA43E7947}"
77
EndProject
@@ -57,6 +57,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Papercut.Infrastructure.Smt
5757
EndProject
5858
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples", "Examples", "{02EA681E-C7D8-13C7-8484-4AC65E1B71E8}"
5959
ProjectSection(SolutionItems) = preProject
60+
examples\appsettings.json = examples\appsettings.json
6061
examples\Directory.Build.props = examples\Directory.Build.props
6162
examples\README.md = examples\README.md
6263
EndProjectSection

examples/appsettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"SmtpSend": {
33
"Host": "127.0.0.1",
4-
"Port": 2525,
4+
"Port": 25,
55
"Security": "None",
66
"Username": null,
77
"Password": null

0 commit comments

Comments
 (0)