Skip to content

Commit afbdd78

Browse files
committed
- cosmetic
1 parent bb53f3d commit afbdd78

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

Botticelli.Server.Back/Botticelli.Server.Back.csproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,5 +92,12 @@
9292
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
9393
</None>
9494
</ItemGroup>
95+
<ItemGroup>
96+
<_ContentIncludedByDefault Remove="out\nlog.config" />
97+
<_ContentIncludedByDefault Remove="out\web.config" />
98+
<_ContentIncludedByDefault Remove="out\appsettings.json" />
99+
<_ContentIncludedByDefault Remove="out\Botticelli.Server.deps.json" />
100+
<_ContentIncludedByDefault Remove="out\Botticelli.Server.runtimeconfig.json" />
101+
</ItemGroup>
95102

96103
</Project>
Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
11
namespace Botticelli.Server.Data.Exceptions;
22

3-
public class DataException : Exception
4-
{
5-
public DataException(string message, Exception? inner = null) : base(message, inner)
6-
{
7-
}
8-
}
3+
public class DataException(string message, Exception? inner = null) : Exception(message, inner);

0 commit comments

Comments
 (0)