Skip to content

Commit dca5df8

Browse files
update nuspec files (#1254)
1 parent 80f273f commit dca5df8

4 files changed

+20
-68
lines changed

src/Microsoft.AspNetCore.OData.NewtonsoftJson.Nightly.nuspec

+4-10
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,15 @@
1616
<icon>images\odata.png</icon>
1717
<repository type="git" url="https://github.com/OData/AspNetCoreOData.git" branch="master" />
1818
<dependencies>
19-
<group targetFramework=".net6.0">
20-
<dependency id="Microsoft.AspNetCore.OData" version="$VersionFullSemantic$-Nightly$NightlyBuildVersion$" />
21-
</group>
22-
<group targetFramework=".net5.0">
19+
<group targetFramework=".net8.0">
2320
<dependency id="Microsoft.AspNetCore.OData" version="$VersionFullSemantic$-Nightly$NightlyBuildVersion$" />
2421
</group>
2522
</dependencies>
2623
</metadata>
2724
<files>
28-
<file src="$ProductRoot$\net6.0\Microsoft.AspNetCore.OData.NewtonsoftJson.dll" target="lib\net6.0" />
29-
<file src="$ProductRoot$\net6.0\Microsoft.AspNetCore.OData.NewtonsoftJson.xml" target="lib\net6.0" />
30-
<file src="$ProductRoot$\net6.0\Microsoft.AspNetCore.OData.NewtonsoftJson.pdb" target="lib\net6.0" />
31-
<file src="$ProductRoot$\net5.0\Microsoft.AspNetCore.OData.NewtonsoftJson.dll" target="lib\net5.0" />
32-
<file src="$ProductRoot$\net5.0\Microsoft.AspNetCore.OData.NewtonsoftJson.xml" target="lib\net5.0" />
33-
<file src="$ProductRoot$\net5.0\Microsoft.AspNetCore.OData.NewtonsoftJson.pdb" target="lib\net5.0" />
25+
<file src="$ProductRoot$\net8.0\Microsoft.AspNetCore.OData.NewtonsoftJson.dll" target="lib\net8.0" />
26+
<file src="$ProductRoot$\net8.0\Microsoft.AspNetCore.OData.NewtonsoftJson.xml" target="lib\net8.0" />
27+
<file src="$ProductRoot$\net8.0\Microsoft.AspNetCore.OData.NewtonsoftJson.pdb" target="lib\net8.0" />
3428
<file src="$SourcesRoot$\images\odata.png" target="images\" />
3529
</files>
3630
</package>

src/Microsoft.AspNetCore.OData.NewtonsoftJson.Release.nuspec

+4-10
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,15 @@
1616
<icon>images\odata.png</icon>
1717
<repository type="git" url="https://github.com/OData/AspNetCoreOData.git" branch="master" />
1818
<dependencies>
19-
<group targetFramework=".net5.0">
20-
<dependency id="Microsoft.AspNetCore.OData" version="$VersionNuGetSemantic$" />
21-
</group>
22-
<group targetFramework=".net6.0">
19+
<group targetFramework=".net8.0">
2320
<dependency id="Microsoft.AspNetCore.OData" version="$VersionNuGetSemantic$" />
2421
</group>
2522
</dependencies>
2623
</metadata>
2724
<files>
28-
<file src="$ProductRoot$\net6.0\Microsoft.AspNetCore.OData.NewtonsoftJson.dll" target="lib\net6.0" />
29-
<file src="$ProductRoot$\net6.0\Microsoft.AspNetCore.OData.NewtonsoftJson.xml" target="lib\net6.0" />
30-
<file src="$ProductRoot$\net6.0\Microsoft.AspNetCore.OData.NewtonsoftJson.pdb" target="lib\net6.0" />
31-
<file src="$ProductRoot$\net5.0\Microsoft.AspNetCore.OData.NewtonsoftJson.dll" target="lib\net5.0" />
32-
<file src="$ProductRoot$\net5.0\Microsoft.AspNetCore.OData.NewtonsoftJson.xml" target="lib\net5.0" />
33-
<file src="$ProductRoot$\net5.0\Microsoft.AspNetCore.OData.NewtonsoftJson.pdb" target="lib\net5.0" />
25+
<file src="$ProductRoot$\net8.0\Microsoft.AspNetCore.OData.NewtonsoftJson.dll" target="lib\net8.0" />
26+
<file src="$ProductRoot$\net8.0\Microsoft.AspNetCore.OData.NewtonsoftJson.xml" target="lib\net8.0" />
27+
<file src="$ProductRoot$\net8.0\Microsoft.AspNetCore.OData.NewtonsoftJson.pdb" target="lib\net8.0" />
3428
<file src="$SourcesRoot$\images\odata.png" target="images\" />
3529
</files>
3630
</package>

src/Microsoft.AspNetCore.OData.Nightly.nuspec

+6-24
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<package>
33
<metadata>
44
<id>Microsoft.AspNetCore.OData</id>
5-
<title>Microsoft ASP.NET Core 3.x, 5.x and 6.x for OData v4.0</title>
5+
<title>Microsoft ASP.NET Core 8.x for OData v4.0</title>
66
<version>$VersionFullSemantic$-Nightly$NightlyBuildVersion$</version>
77
<authors>OData (.NET Foundation)</authors>
88
<copyright>&#169; .NET Foundation and Contributors. All rights reserved.</copyright>
9-
<description>This package contains everything you need to create OData v4.0 endpoints using ASP.NET Core MVC Core 3.x and 5.x to support OData query syntax for your Web APIs.</description>
9+
<description>This package contains everything you need to create OData v4.0 endpoints using ASP.NET Core MVC Core 8.x to support OData query syntax for your Web APIs.</description>
1010
<summary>This package contains everything you need to create OData v4.0 endpoints using ASP.NET Core.</summary>
1111
<language>en-US</language>
1212
<projectUrl>http://github.com/OData/AspNetCoreOData</projectUrl>
@@ -16,19 +16,7 @@
1616
<icon>images\odata.png</icon>
1717
<repository type="git" url="https://github.com/OData/AspNetCoreOData.git" branch="master" />
1818
<dependencies>
19-
<group targetFramework=".netcoreapp3.1">
20-
<dependency id="Microsoft.OData.ModelBuilder" version="$ODataModelBuilderPackageDependency$" />
21-
<dependency id="Microsoft.OData.Core" version="$ODataLibPackageDependency$" />
22-
<dependency id="Microsoft.OData.Edm" version="$ODataLibPackageDependency$" />
23-
<dependency id="Microsoft.Spatial" version="$ODataLibPackageDependency$" />
24-
</group>
25-
<group targetFramework=".net5.0">
26-
<dependency id="Microsoft.OData.ModelBuilder" version="$ODataModelBuilderPackageDependency$" />
27-
<dependency id="Microsoft.OData.Core" version="$ODataLibPackageDependency$" />
28-
<dependency id="Microsoft.OData.Edm" version="$ODataLibPackageDependency$" />
29-
<dependency id="Microsoft.Spatial" version="$ODataLibPackageDependency$" />
30-
</group>
31-
<group targetFramework=".net6.0">
19+
<group targetFramework=".net8.0">
3220
<dependency id="Microsoft.OData.ModelBuilder" version="$ODataModelBuilderPackageDependency$" />
3321
<dependency id="Microsoft.OData.Core" version="$ODataLibPackageDependency$" />
3422
<dependency id="Microsoft.OData.Edm" version="$ODataLibPackageDependency$" />
@@ -37,15 +25,9 @@
3725
</dependencies>
3826
</metadata>
3927
<files>
40-
<file src="$ProductRoot$\netcoreapp3.1\Microsoft.AspNetCore.OData.dll" target="lib\netcoreapp3.1" />
41-
<file src="$ProductRoot$\netcoreapp3.1\Microsoft.AspNetCore.OData.xml" target="lib\netcoreapp3.1" />
42-
<file src="$ProductRoot$\netcoreapp3.1\Microsoft.AspNetCore.OData.pdb" target="lib\netcoreapp3.1" />
43-
<file src="$ProductRoot$\net5.0\Microsoft.AspNetCore.OData.dll" target="lib\net5.0" />
44-
<file src="$ProductRoot$\net5.0\Microsoft.AspNetCore.OData.xml" target="lib\net5.0" />
45-
<file src="$ProductRoot$\net5.0\Microsoft.AspNetCore.OData.pdb" target="lib\net5.0" />
46-
<file src="$ProductRoot$\net6.0\Microsoft.AspNetCore.OData.dll" target="lib\net6.0" />
47-
<file src="$ProductRoot$\net6.0\Microsoft.AspNetCore.OData.xml" target="lib\net6.0" />
48-
<file src="$ProductRoot$\net6.0\Microsoft.AspNetCore.OData.pdb" target="lib\net6.0" />
28+
<file src="$ProductRoot$\net8.0\Microsoft.AspNetCore.OData.dll" target="lib\net8.0" />
29+
<file src="$ProductRoot$\net8.0\Microsoft.AspNetCore.OData.xml" target="lib\net8.0" />
30+
<file src="$ProductRoot$\net8.0\Microsoft.AspNetCore.OData.pdb" target="lib\net8.0" />
4931
<file src="$SourcesRoot$\images\odata.png" target="images\" />
5032
</files>
5133
</package>

src/Microsoft.AspNetCore.OData.Release.nuspec

+6-24
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<package>
33
<metadata>
44
<id>Microsoft.AspNetCore.OData</id>
5-
<title>Microsoft ASP.NET Core 3.x, 5.x and 6.x for OData v4.0</title>
5+
<title>Microsoft ASP.NET Core 8.x for OData v4.0</title>
66
<version>$VersionNuGetSemantic$</version>
77
<authors>OData (.NET Foundation)</authors>
88
<copyright>&#169; .NET Foundation and Contributors. All rights reserved.</copyright>
9-
<description>This package contains everything you need to create OData v4.0 endpoints using ASP.NET Core MVC Core 3.x and 5.x to support OData query syntax for your Web APIs.</description>
9+
<description>This package contains everything you need to create OData v4.0 endpoints using ASP.NET Core MVC Core 8.x to support OData query syntax for your Web APIs.</description>
1010
<summary>This package contains everything you need to create OData v4.0 endpoints using ASP.NET Core MVC.</summary>
1111
<language>en-US</language>
1212
<projectUrl>http://github.com/OData/AspNetCoreOData</projectUrl>
@@ -16,19 +16,7 @@
1616
<icon>images\odata.png</icon>
1717
<repository type="git" url="https://github.com/OData/AspNetCoreOData.git" branch="master" />
1818
<dependencies>
19-
<group targetFramework=".netcoreapp3.1">
20-
<dependency id="Microsoft.OData.ModelBuilder" version="$ODataModelBuilderPackageDependency$" />
21-
<dependency id="Microsoft.OData.Core" version="$ODataLibPackageDependency$" />
22-
<dependency id="Microsoft.OData.Edm" version="$ODataLibPackageDependency$" />
23-
<dependency id="Microsoft.Spatial" version="$ODataLibPackageDependency$" />
24-
</group>
25-
<group targetFramework=".net5.0">
26-
<dependency id="Microsoft.OData.ModelBuilder" version="$ODataModelBuilderPackageDependency$" />
27-
<dependency id="Microsoft.OData.Core" version="$ODataLibPackageDependency$" />
28-
<dependency id="Microsoft.OData.Edm" version="$ODataLibPackageDependency$" />
29-
<dependency id="Microsoft.Spatial" version="$ODataLibPackageDependency$" />
30-
</group>
31-
<group targetFramework=".net6.0">
19+
<group targetFramework=".net8.0">
3220
<dependency id="Microsoft.OData.ModelBuilder" version="$ODataModelBuilderPackageDependency$" />
3321
<dependency id="Microsoft.OData.Core" version="$ODataLibPackageDependency$" />
3422
<dependency id="Microsoft.OData.Edm" version="$ODataLibPackageDependency$" />
@@ -37,15 +25,9 @@
3725
</dependencies>
3826
</metadata>
3927
<files>
40-
<file src="$ProductRoot$\netcoreapp3.1\Microsoft.AspNetCore.OData.dll" target="lib\netcoreapp3.1" />
41-
<file src="$ProductRoot$\netcoreapp3.1\Microsoft.AspNetCore.OData.xml" target="lib\netcoreapp3.1" />
42-
<file src="$ProductRoot$\netcoreapp3.1\Microsoft.AspNetCore.OData.pdb" target="lib\netcoreapp3.1" />
43-
<file src="$ProductRoot$\net5.0\Microsoft.AspNetCore.OData.dll" target="lib\net5.0" />
44-
<file src="$ProductRoot$\net5.0\Microsoft.AspNetCore.OData.xml" target="lib\net5.0" />
45-
<file src="$ProductRoot$\net5.0\Microsoft.AspNetCore.OData.pdb" target="lib\net5.0" />
46-
<file src="$ProductRoot$\net6.0\Microsoft.AspNetCore.OData.dll" target="lib\net6.0" />
47-
<file src="$ProductRoot$\net6.0\Microsoft.AspNetCore.OData.xml" target="lib\net6.0" />
48-
<file src="$ProductRoot$\net6.0\Microsoft.AspNetCore.OData.pdb" target="lib\net6.0" />
28+
<file src="$ProductRoot$\net8.0\Microsoft.AspNetCore.OData.dll" target="lib\net8.0" />
29+
<file src="$ProductRoot$\net8.0\Microsoft.AspNetCore.OData.xml" target="lib\net8.0" />
30+
<file src="$ProductRoot$\8net.0\Microsoft.AspNetCore.OData.pdb" target="lib\net8.0" />
4931
<file src="$SourcesRoot$\images\odata.png" target="images\" />
5032
</files>
5133
</package>

0 commit comments

Comments
 (0)