Skip to content

Commit

Permalink
Migrate to NuGet v3, move to .NET v4.5, update build
Browse files Browse the repository at this point in the history
Long-due updates across the board on how we build, how
we version, and what .NET versions we support.

Silverlight is gone, so is .NET < 4.5.
  • Loading branch information
kzu committed May 22, 2016
1 parent 978d379 commit fdc94ea
Show file tree
Hide file tree
Showing 109 changed files with 408 additions and 7,341 deletions.
53 changes: 13 additions & 40 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,42 +1,15 @@
#ignore thumbnails created by windows
Thumbs.db
#Ignore files build by Visual Studio
*.obj
*.exe
*.pdb
*.user
*.aps
*.pch
*.vspscc
*_i.c
*_p.c
*.ncb
.nuget
out
build
bin
obj
packages
*.nuget.targets
*.nuget.props
*.lock.json
*.suo
*.tlb
*.tlh
*.bak
*.user
*.cache
*.ilk
*.log
[Bb]in
[Dd]ebug*/
*.lib
*.sbr
*.scc
*.tokens
[Bb]in
[Db]ebug*/
obj/
[Rr]elease*/
*resharper*
_ReSharper*/
[Tt]est[Rr]esult*
[bB]uild/
[Bb]uild[Ll]og.*
*.[Pp]ublish.xml
*.pidb
*.userprefs
*.swp
*.DotSettings

/packages
.vs
.*
log.txt
6 changes: 0 additions & 6 deletions .nuget/NuGet.Config

This file was deleted.

Binary file modified .nuget/NuGet.exe
Binary file not shown.
133 changes: 0 additions & 133 deletions .nuget/NuGet.targets

This file was deleted.

6 changes: 6 additions & 0 deletions Before.Moq.sln.targets
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">

<Import Project="NuGet.Restore.targets" />

</Project>
1 change: 1 addition & 0 deletions GitInfo.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4.5.0-alpha
57 changes: 0 additions & 57 deletions Lib/Castle/ASL - Apache Software Foundation License.txt

This file was deleted.

Binary file removed Lib/Castle/bin-NET35/Castle.Core.dll
Binary file not shown.
Binary file removed Lib/Castle/bin-NET40/Castle.Core.dll
Binary file not shown.
Binary file removed Lib/Castle/bin-SL3/Castle.Core.dll
Binary file not shown.
Binary file removed Lib/Castle/bin-SL4/Castle.Core.dll
Binary file not shown.
Binary file removed Lib/Castle/sl-30/Castle.Core.dll
Binary file not shown.
Binary file removed Lib/Castle/sl-30/Castle.DynamicProxy2.dll
Binary file not shown.
Binary file removed Lib/Microsoft/Microsoft.Silverlight.Testing.dll
Binary file not shown.
Binary file not shown.
1 change: 0 additions & 1 deletion Lib/Microsoft/Readme.txt

This file was deleted.

Loading

2 comments on commit fdc94ea

@kibiz0r
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see how it is. Silverlight was enough to keep you on .NET 3.5, but not Unity. 😢

Unity's .NET support be like:
image

@kzu
Copy link
Member Author

@kzu kzu commented on fdc94ea May 25, 2016 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.