Skip to content

Commit e91d2c4

Browse files
committed
Updated issue template. Fixed indentation in csproj.
1 parent a46ba97 commit e91d2c4

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,9 @@ If you are opening a feature request, you can ignore this template. Bug reports
1515
>> Target framework and operating system:
1616
1717
[ ] .NET Core 6
18-
[ ] .NET Core 3.1
1918
[ ] .NET Framework 4.8
2019
[ ] .NET Framework 4.7
21-
[ ] .NET Framework 4.6.x
20+
[ ] .NET Framework 4.6
2221
OS:
2322

2423
>> Provide a *simple* reproduction of your Serilog configuration code:

serilog-sinks-mssqlserver.sln

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,12 @@ EndProject
2222
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3C0AA8A2-9446-41A9-AD2A-24593C2CF168}"
2323
ProjectSection(SolutionItems) = preProject
2424
.editorconfig = .editorconfig
25-
appveyor.yml = appveyor.yml
2625
Build.ps1 = Build.ps1
2726
CHANGES.md = CHANGES.md
27+
.github\ISSUE_TEMPLATE.md = .github\ISSUE_TEMPLATE.md
28+
.github\workflows\pr-validation.yml = .github\workflows\pr-validation.yml
2829
README.md = README.md
30+
.github\workflows\release.yml = .github\workflows\release.yml
2931
EndProjectSection
3032
EndProject
3133
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetStandardDemoLib", "sample\NetStandardDemo\NetStandardDemoLib\NetStandardDemoLib.csproj", "{8E69E31B-61C7-4175-B886-9C2078FCA477}"

src/Serilog.Sinks.MSSqlServer/Serilog.Sinks.MSSqlServer.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,16 +57,16 @@
5757
<Compile Include="Configuration\Extensions\Microsoft.Extensions.Configuration\**\*.cs" />
5858
<Compile Include="Configuration\Implementations\Microsoft.Extensions.Configuration\**\*.cs" />
5959
</ItemGroup>
60-
60+
6161
<ItemGroup Condition=" '$(TargetFramework)' == 'net6.0' Or '$(TargetFramework)' == 'net472' Or '$(TargetFramework)' == 'net462' ">
6262
<PackageReference Include="System.Configuration.ConfigurationManager" Version="6.0.1" />
6363
<Compile Include="Configuration\Extensions\Hybrid\**\*.cs" />
6464
<Compile Include="Configuration\Implementations\Microsoft.Extensions.Configuration\**\*.cs" />
6565
<Compile Include="Configuration\Implementations\System.Configuration\**\*.cs" />
6666
</ItemGroup>
6767

68-
<ItemGroup>
68+
<ItemGroup>
6969
<None Include="Images\serilog-sink-nuget.png" Pack="true" PackagePath="" />
7070
</ItemGroup>
71-
71+
7272
</Project>

0 commit comments

Comments
 (0)