Skip to content

Commit

Permalink
SNOW-798828: Add target frameworks to test project
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-ext-simba-lf committed Feb 15, 2024
1 parent 92cd5df commit 04d99d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Snowflake.Data.Tests/Snowflake.Data.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net6.0;net471;net472</TargetFrameworks>
<TargetFrameworks>netcoreapp2.0, netcoreapp3.1, net5.0, net6.0, net7.0, net461, net471, net472, net481</TargetFrameworks>
<TargetFrameworks Condition="'$(OS)' != 'Windows_NT'">net6.0</TargetFrameworks>
<RuntimeFrameworkVersion>6.0.0</RuntimeFrameworkVersion>
<Title>Snowflake.Data.Tests</Title>
Expand Down

0 comments on commit 04d99d1

Please sign in to comment.