Skip to content

Commit

Permalink
(GH-26) Drop net48 and netstandard2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jericho committed Apr 10, 2022
1 parent d35b773 commit d41a1e5
Show file tree
Hide file tree
Showing 11 changed files with 74 additions and 297 deletions.

This file was deleted.

This file was deleted.

13 changes: 0 additions & 13 deletions Source/Picton.Messaging.IntegrationTests/Datadog/MetricJson.cs

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="App.Metrics.Reporting.Http" Version="3.2.0" />
<PackageReference Include="App.Metrics.Datadog" Version="4.3.0" />
<PackageReference Include="App.Metrics.Reporting.Http" Version="4.3.0" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net48;netcoreapp3.1;net5.0;net6.0</TargetFrameworks>
<TargetFrameworks>net5.0;net6.0</TargetFrameworks>
<AssemblyName>Picton.Messaging.UnitTests</AssemblyName>
<RootNamespace>Picton.Messaging.UnitTests</RootNamespace>
</PropertyGroup>
Expand Down
4 changes: 2 additions & 2 deletions Source/Picton.Messaging.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.452
# Visual Studio Version 17
VisualStudioVersion = 17.1.32328.378
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{53D250B0-3F11-4CD4-AF30-5F636B405D87}"
ProjectSection(SolutionItems) = preProject
Expand Down
Loading

0 comments on commit d41a1e5

Please sign in to comment.