Skip to content
This repository was archived by the owner on Jul 19, 2022. It is now read-only.

Commit

Permalink
Switched target framework from netcoreapp3.1 to netstandard2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Laiteux committed May 29, 2020
1 parent 08c14f6 commit fb6fef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Milky/Milky.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>netstandard2.1</TargetFramework>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit fb6fef3

Please sign in to comment.