Skip to content

Commit

Permalink
Remove NetStandard and NetFramework as targets (#2381)
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjin authored Jul 30, 2024
1 parent bc07e65 commit 2d067b8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions build.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,6 @@
"net472",
"net8.0"
]
},
{
"Name": "Microsoft.SqlTools.SqlCore",
"Frameworks": [
"net6.0",
"netstandard2.0",
"net472"
],
"SkipPack": "true"
}
],
"PackageProjects": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PreserveCompilationContext>true</PreserveCompilationContext>
<AssemblyTitle>SqlTools SqlCore Library</AssemblyTitle>
<Description>Provides core sql functionality for SQL server editors like Object explorer, Query Execution, and Scripting</Description>
<TargetFrameworks>net6.0;netstandard2.0;net472</TargetFrameworks> <!-- TODO: remove netstandard; tracked in SqlToolsCore as Task #1254787 -->
<TargetFrameworks>net6.0</TargetFrameworks>
<LangVersion>9.0</LangVersion>
<AssemblyName>Microsoft.SqlTools.SqlCore</AssemblyName>
<Version>1.0.0</Version>
Expand Down

0 comments on commit 2d067b8

Please sign in to comment.