File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
OrmicoDbPatchManagerSqlServer/Ormico.DbPatchManager.SqlServer
Properties/PublishProfiles Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 44 <TargetFramework >netstandard2.0</TargetFramework >
55 <PackageLicenseFile >LICENSE</PackageLicenseFile >
66 <RepositoryUrl >https://github.com/ormico/dbpatchmanager-sqlserver</RepositoryUrl >
7- <Version >2.0.0.0</Version >
87 <Authors >Zack Moore</Authors >
98 <Company >Ormico</Company >
109 <Product >SQL Server plugin for Ormico DB Patch Manager</Product >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <!--
3+ https://go.microsoft.com/fwlink/?LinkID=208121.
4+ -->
5+ <Project ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
6+ <PropertyGroup >
7+ <PublishProtocol >FileSystem</PublishProtocol >
8+ <Configuration >Release</Configuration >
9+ <Platform >Any CPU</Platform >
10+ <TargetFramework >netstandard2.0</TargetFramework >
11+ <PublishDir >bin\Release\netstandard2.0\publish\</PublishDir >
12+ <PublishWithAspNetCoreTargetManifest >false</PublishWithAspNetCoreTargetManifest >
13+ </PropertyGroup >
14+ </Project >
You can’t perform that action at this time.
0 commit comments