Skip to content

Commit 3181455

Browse files
committed
remove version
1 parent aea3e65 commit 3181455

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

OrmicoDbPatchManagerSqlServer/Ormico.DbPatchManager.SqlServer/Ormico.DbPatchManager.SqlServer.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
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>
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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>

0 commit comments

Comments
 (0)