diff --git a/Directory.Build.props b/Directory.Build.props
index 92f9f10e90..a3d2d55efe 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -9,9 +9,14 @@
Microsoft;EntityFramework;EF;Database;Data;O/RM;ADO.NET
Microsoft Entity Framework
- http://go.microsoft.com/fwlink/?LinkID=262998
- http://go.microsoft.com/fwlink/?LinkID=386613
+ packageIcon.png
+ $(MSBuildThisFileDirectory)packageIcon.png
http://go.microsoft.com/fwlink/?LinkID=263480
portable
+
+
+
+
+
diff --git a/global.json b/global.json
index 2d175095f6..96135b55c5 100644
--- a/global.json
+++ b/global.json
@@ -1,6 +1,6 @@
{
"tools": {
- "dotnet": "3.0.100-preview8-013656",
+ "dotnet": "3.0.100",
"runtimes": {
"dotnet": [
"$(MicrosoftNETCoreAppRuntimeVersion)"
@@ -8,7 +8,7 @@
}
},
"sdk": {
- "version": "3.0.100-preview8-013656"
+ "version": "3.0.100"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19461.7"
diff --git a/packageIcon.png b/packageIcon.png
new file mode 100644
index 0000000000..a0f1fdbf4d
Binary files /dev/null and b/packageIcon.png differ
diff --git a/src/EntityFramework.SqlServerCompact/EntityFramework.SqlServerCompact.csproj b/src/EntityFramework.SqlServerCompact/EntityFramework.SqlServerCompact.csproj
index cec3e309b0..dd7ee7a033 100644
--- a/src/EntityFramework.SqlServerCompact/EntityFramework.SqlServerCompact.csproj
+++ b/src/EntityFramework.SqlServerCompact/EntityFramework.SqlServerCompact.csproj
@@ -16,6 +16,7 @@
+
diff --git a/src/EntityFramework.SqlServerCompact/EntityFramework.SqlServerCompact.nuspec b/src/EntityFramework.SqlServerCompact/EntityFramework.SqlServerCompact.nuspec
index 3fbfedb12a..2fc4ee9231 100644
--- a/src/EntityFramework.SqlServerCompact/EntityFramework.SqlServerCompact.nuspec
+++ b/src/EntityFramework.SqlServerCompact/EntityFramework.SqlServerCompact.nuspec
@@ -8,7 +8,12 @@
+
+
+
+
+ packageIcon.png
@@ -16,5 +21,6 @@
+
diff --git a/src/EntityFramework/EntityFramework.InternalsVisibleTo.csproj b/src/EntityFramework/EntityFramework.InternalsVisibleTo.csproj
index 687105bc2c..c5eb5dbd66 100644
--- a/src/EntityFramework/EntityFramework.InternalsVisibleTo.csproj
+++ b/src/EntityFramework/EntityFramework.InternalsVisibleTo.csproj
@@ -5,6 +5,9 @@
System.Data.Entity
net45;netstandard2.1
6.0.0.0
+
+
+ false
diff --git a/src/EntityFramework/EntityFramework.csproj b/src/EntityFramework/EntityFramework.csproj
index 0a44a0bbb3..10f35b7179 100644
--- a/src/EntityFramework/EntityFramework.csproj
+++ b/src/EntityFramework/EntityFramework.csproj
@@ -7,6 +7,9 @@
EntityFramework.dll
6.0.0.0
$(DefineConstants);INTERNALS_INVISIBLE
+
+
+ false
diff --git a/src/NuGet/EntityFramework.CodeTemplates.CSharp/EntityFramework.CodeTemplates.CSharp.nuspec b/src/NuGet/EntityFramework.CodeTemplates.CSharp/EntityFramework.CodeTemplates.CSharp.nuspec
index 7481b6a2e0..420a22a6a3 100644
--- a/src/NuGet/EntityFramework.CodeTemplates.CSharp/EntityFramework.CodeTemplates.CSharp.nuspec
+++ b/src/NuGet/EntityFramework.CodeTemplates.CSharp/EntityFramework.CodeTemplates.CSharp.nuspec
@@ -4,12 +4,12 @@
EntityFramework.CodeTemplates.CSharp
$NuGetPackageVersion$
EntityFramework.CodeTemplates.CSharp
- http://go.microsoft.com/fwlink/?LinkID=386613
Microsoft
Microsoft
Microsoft EF EntityFramework
http://go.microsoft.com/fwlink/?LinkID=$ProjectUrlFwLinkID$
http://go.microsoft.com/fwlink/?LinkID=$LicenseUrlFwLinkID$
+ packageIcon.png
true
Adds the templates that EF uses to generate Code First models from a database so that code generation can be customized.
Adds the templates that EF uses to generate Code First models from a database so that code generation can be customized.
@@ -18,5 +18,6 @@
+
\ No newline at end of file
diff --git a/src/NuGet/EntityFramework.CodeTemplates.VisualBasic/EntityFramework.CodeTemplates.VisualBasic.nuspec b/src/NuGet/EntityFramework.CodeTemplates.VisualBasic/EntityFramework.CodeTemplates.VisualBasic.nuspec
index e3a9751f19..4be628085f 100644
--- a/src/NuGet/EntityFramework.CodeTemplates.VisualBasic/EntityFramework.CodeTemplates.VisualBasic.nuspec
+++ b/src/NuGet/EntityFramework.CodeTemplates.VisualBasic/EntityFramework.CodeTemplates.VisualBasic.nuspec
@@ -4,12 +4,12 @@
EntityFramework.CodeTemplates.VisualBasic
$NuGetPackageVersion$
EntityFramework.CodeTemplates.VisualBasic
- http://go.microsoft.com/fwlink/?LinkID=386613
Microsoft
Microsoft
Microsoft EF EntityFramework
http://go.microsoft.com/fwlink/?LinkID=$ProjectUrlFwLinkID$
http://go.microsoft.com/fwlink/?LinkID=$LicenseUrlFwLinkID$
+ packageIcon.png
true
Adds the templates that EF uses to generate Code First models from a database so that code generation can be customized.
Adds the templates that EF uses to generate Code First models from a database so that code generation can be customized.
@@ -18,5 +18,6 @@
+
\ No newline at end of file
diff --git a/src/NuGet/EntityFramework/EntityFramework.NuGet.csproj b/src/NuGet/EntityFramework/EntityFramework.NuGet.csproj
index 50ace3d2cc..1a51dcdbbc 100644
--- a/src/NuGet/EntityFramework/EntityFramework.NuGet.csproj
+++ b/src/NuGet/EntityFramework/EntityFramework.NuGet.csproj
@@ -25,6 +25,7 @@
+
diff --git a/src/NuGet/EntityFramework/EntityFramework.NuGet.nuspec b/src/NuGet/EntityFramework/EntityFramework.NuGet.nuspec
index 679cc9766e..daf5ae595b 100644
--- a/src/NuGet/EntityFramework/EntityFramework.NuGet.nuspec
+++ b/src/NuGet/EntityFramework/EntityFramework.NuGet.nuspec
@@ -17,6 +17,7 @@
+ packageIcon.png
@@ -49,5 +50,6 @@
+
diff --git a/src/ef6/ef6.csproj b/src/ef6/ef6.csproj
index 85258a1df6..1aaab5cbd3 100644
--- a/src/ef6/ef6.csproj
+++ b/src/ef6/ef6.csproj
@@ -4,6 +4,9 @@
Exe
netcoreapp3.0;net40;net45
System.Data.Entity.Tools
+
+
+ false
diff --git a/test/EntityFramework/FunctionalTests/FunctionalTests.csproj b/test/EntityFramework/FunctionalTests/FunctionalTests.csproj
index 755756e54f..8a49a752ec 100644
--- a/test/EntityFramework/FunctionalTests/FunctionalTests.csproj
+++ b/test/EntityFramework/FunctionalTests/FunctionalTests.csproj
@@ -6,6 +6,9 @@
net452;netcoreapp3.0
$(DefineConstants);EF_FUNCTIONALS
$(NoWarn);CS0169
+
+
+ false