Skip to content

Commit a5e41d6

Browse files
Removed net45
1 parent 2c35852 commit a5e41d6

File tree

6 files changed

+11
-88
lines changed

6 files changed

+11
-88
lines changed

MazeCreator.net45.sln

Lines changed: 0 additions & 37 deletions
This file was deleted.

MazeCreator.nuspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
<files>
1818
<file src="lib\Release\net5.0\MazeCreator.dll" target="lib\net5.0" />
1919
<file src="lib\Release\net46\MazeCreator.dll" target="lib\net46" />
20-
<file src="lib\Release\net45\MazeCreator.dll" target="lib\net45" />
2120
<file src="lib\Release\MonoAndroid\MazeCreator.dll" target="lib\MonoAndroid" />
2221
<file src="lib\Release\xamarinmac\MazeCreator.dll" target="lib\xamarinmac" />
2322
<file src="lib\Release\xamarintvos\MazeCreator.dll" target="lib\xamarintvos" />

MazeCreator.snuspec

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,12 @@
1515
<tags>maze dfs</tags>
1616
</metadata>
1717
<files>
18-
<file src="lib\Release\net45\MazeCreator.pdb" target="lib\net45" />
18+
<file src="lib\Release\net5.0\MazeCreator.pdb" target="lib\net5.0" />
19+
<file src="lib\Release\net46\MazeCreator.pdb" target="lib\net46" />
1920
<file src="lib\Release\MonoAndroid\MazeCreator.pdb" target="lib\MonoAndroid" />
21+
<file src="lib\Release\xamarinmac\MazeCreator.pdb" target="lib\xamarinmac" />
22+
<file src="lib\Release\xamarintvos\MazeCreator.pdb" target="lib\xamarintvos" />
2023
<file src="lib\Release\xamarinios\MazeCreator.pdb" target="lib\xamarinios" />
24+
<file src="lib\Release\xamarinwatchos\MazeCreator.pdb" target="lib\xamarinwatchos" />
2125
</files>
2226
</package>

build/net45/MazeCreator.net45.csproj

Lines changed: 0 additions & 37 deletions
This file was deleted.

build/net46/MazeCreator.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup>
4+
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
5+
</PropertyGroup>
6+
<PropertyGroup>
7+
<LangVersion>7.0</LangVersion>
8+
</PropertyGroup>
39
<PropertyGroup>
410
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
511
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>

devops/azure-pipelines.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,6 @@ jobs:
9090
inputs:
9191
restoreSolution: MazeCreator.sln
9292

93-
- task: NuGetCommand@2
94-
displayName: 'NuGet restore'
95-
inputs:
96-
restoreSolution: MazeCreator.net45.sln
97-
9893
- task: NuGetCommand@2
9994
displayName: 'NuGet restore'
10095
inputs:
@@ -114,13 +109,6 @@ jobs:
114109
errorActionPreference: 'silentlyContinue'
115110
pwsh: true
116111

117-
- task: VSBuild@1
118-
displayName: 'Build solution MazeCreator.net45.sln'
119-
inputs:
120-
solution: MazeCreator.net45.sln
121-
platform: 'any cpu'
122-
configuration: Release
123-
124112
- task: VSBuild@1
125113
displayName: 'Build solution MazeCreator.sln'
126114
inputs:

0 commit comments

Comments
 (0)