Skip to content

Commit

Permalink
Another attempt to make Sample.Microsoft.Data.SqlClient build through…
Browse files Browse the repository at this point in the history
… msbuild on Github Actions
  • Loading branch information
Mpdreamz committed Feb 5, 2024
1 parent e487a8c commit 46f6b19
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net462;net6.0;net7.0</TargetFrameworks>
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
<OutputType>Exe</OutputType>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
Expand Down

0 comments on commit 46f6b19

Please sign in to comment.