Skip to content

Commit 4f45d8e

Browse files
committed
Use the stable version
1 parent 4c9f061 commit 4f45d8e

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

src/Akka.Logger.Serilog/Akka.Logger.Serilog.csproj

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<PropertyGroup>
33
<AssemblyTitle>Akka.Logger.Serilog</AssemblyTitle>
44
<Description>Serilog logging adapter for Akka.NET</Description>
5-
<TargetFrameworks>net45;netstandard1.6</TargetFrameworks>
5+
<TargetFrameworks>net45;netstandard1.6</TargetFrameworks>
66
<PackageTags>akka;actors;actor model;Akka;concurrency;serilog</PackageTags>
7-
<Copyright>Copyright © 2013-2017 Akka.NET Team</Copyright>
7+
<Copyright>Copyright © 2013-2017 Akka.NET Team</Copyright>
88
<Authors>Akka.NET Team</Authors>
99
<VersionPrefix>1.3.0</VersionPrefix>
1010
<PackageIconUrl>http://getakka.net/images/AkkaNetLogo.Normal.png</PackageIconUrl>
@@ -15,18 +15,10 @@
1515
</PropertyGroup>
1616

1717
<ItemGroup>
18-
<PackageReference Include="Akka" Version="1.3.0-beta-*" />
18+
<PackageReference Include="Akka" Version="1.3.0" />
1919
<PackageReference Include="Serilog" Version="2.5.0" />
2020
</ItemGroup>
2121

22-
<PropertyGroup Condition=" '$(TargetFramework)' == 'net45' ">
23-
<DefineConstants>$(DefineConstants);</DefineConstants>
24-
</PropertyGroup>
25-
26-
<PropertyGroup Condition=" '$(TargetFramework)' == 'netstandard1.6' ">
27-
<DefineConstants>$(DefineConstants);</DefineConstants>
28-
</PropertyGroup>
29-
3022
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
3123
<DefineConstants>$(DefineConstants);RELEASE</DefineConstants>
3224
</PropertyGroup>

src/NuGet.Config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,5 @@
66
<packageSources>
77
<clear />
88
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
9-
<add key="netcorenightly" value="https://www.myget.org/F/akkadotnet-netcore/api/v3/index.json" />
109
</packageSources>
1110
</configuration>

0 commit comments

Comments
 (0)