Skip to content

Commit

Permalink
compilation.
Browse files Browse the repository at this point in the history
  • Loading branch information
artyomszasa committed Jun 2, 2020
1 parent aa67231 commit 323d5dc
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
<TargetFramework>netcoreapp3.1</TargetFramework>
<LangVersion>8.0</LangVersion>
<Nullable>enable</Nullable>
<AspNetCoreHostingModel>OutOfProcess</AspNetCoreHostingModel>
<ServerGarbageCollection>false</ServerGarbageCollection>
<RetainVMGarbageCollection>false</RetainVMGarbageCollection>
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
<PublishReadyToRun>true</PublishReadyToRun>
<PublishReadyToRunShowWarnings>true</PublishReadyToRunShowWarnings>
<PublishTrimmed>true</PublishTrimmed>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\NCoreUtils.AspNetCore.EmailSender.Internal\NCoreUtils.AspNetCore.EmailSender.Internal.csproj" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
<TargetFramework>netcoreapp3.1</TargetFramework>
<LangVersion>8.0</LangVersion>
<Nullable>enable</Nullable>
<AspNetCoreHostingModel>OutOfProcess</AspNetCoreHostingModel>
<ServerGarbageCollection>false</ServerGarbageCollection>
<RetainVMGarbageCollection>false</RetainVMGarbageCollection>
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
<PublishReadyToRun>true</PublishReadyToRun>
<PublishReadyToRunShowWarnings>true</PublishReadyToRunShowWarnings>
<PublishTrimmed>true</PublishTrimmed>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\NCoreUtils.AspNetCore.EmailSender.Shared\NCoreUtils.AspNetCore.EmailSender.Shared.csproj" />
Expand Down
7 changes: 7 additions & 0 deletions NuGet.Config
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
<add key="staging" value="https://nuget.artyom.hu/v3/index.json" protocolVersion="3" />
</packageSources>
</configuration>

0 comments on commit 323d5dc

Please sign in to comment.