1
0
mirror of https://github.com/chylex/.NET-Community-Toolkit.git synced 2025-02-24 15:46:02 +01:00

Add missing TFMs in source generator test project

This commit is contained in:
Sergio Pedri 2021-11-09 14:29:20 +01:00
parent 5f1320fabb
commit 55f38715c2

View File

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net5.0</TargetFrameworks>
<TargetFrameworks>net472;netcoreapp3.1;net5.0</TargetFrameworks>
</PropertyGroup>
<ItemGroup>