Skip to content

Commit 226b6b7

Browse files
committed
Second pass of manual changes
1 parent 453b01a commit 226b6b7

File tree

7 files changed

+62
-62
lines changed

7 files changed

+62
-62
lines changed

buildtools/build.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@
513513
<Message Text="Copying License.txt and Notice.txt to the assembly zips" />
514514
<Copy
515515
SourceFiles="../Notice.txt;../License.txt"
516-
DestinationFiles="../Deployment/assemblies/net462/Notice.txt;../Deployment/assemblies/net462/License.txt"
516+
DestinationFiles="../Deployment/assemblies/net472/Notice.txt;../Deployment/assemblies/net472/License.txt"
517517
/>
518518
<!-- netstandard2.0 needs modified Notice with additional 3rd party dependencies -->
519519
<Copy

generator/ServiceClientGeneratorLib/Generators/NuGet/CoreNuspec.cs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ namespace ServiceClientGenerator.Generators.NuGet
1515
/// Class to produce the template output
1616
/// </summary>
1717

18-
#line 1 "C:\Dev\repos\aws-sdk-net\generator\ServiceClientGeneratorLib\Generators\NuGet\CoreNuspec.tt"
18+
#line 1 "C:\codebase\v4\aws-sdk-net-v4\generator\ServiceClientGeneratorLib\Generators\NuGet\CoreNuspec.tt"
1919
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.TextTemplating", "17.0.0.0")]
2020
public partial class CoreNuspec : CoreNuspecBase
2121
{
@@ -28,13 +28,13 @@ public virtual string TransformText()
2828
this.Write("\r\n<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n<package> \r\n <metadata> \r\n <id>AWSS" +
2929
"DK.Core</id>\r\n <title>AWSSDK - Core Runtime</title>\r\n <version>");
3030

31-
#line 9 "C:\Dev\repos\aws-sdk-net\generator\ServiceClientGeneratorLib\Generators\NuGet\CoreNuspec.tt"
31+
#line 9 "C:\codebase\v4\aws-sdk-net-v4\generator\ServiceClientGeneratorLib\Generators\NuGet\CoreNuspec.tt"
3232
this.Write(this.ToStringHelper.ToStringWithCulture(this.Session["FileVersion"]));
3333

3434
#line default
3535
#line hidden
3636

37-
#line 9 "C:\Dev\repos\aws-sdk-net\generator\ServiceClientGeneratorLib\Generators\NuGet\CoreNuspec.tt"
37+
#line 9 "C:\codebase\v4\aws-sdk-net-v4\generator\ServiceClientGeneratorLib\Generators\NuGet\CoreNuspec.tt"
3838
this.Write(this.ToStringHelper.ToStringWithCulture(this.Session["NuGetPreviewFlag"]));
3939

4040
#line default
@@ -44,7 +44,7 @@ public virtual string TransformText()
4444
"/language>\r\n <license type=\"expression\">Apache-2.0</license>\r\n <projectUrl" +
4545
">https://github.com/aws/aws-sdk-net/</projectUrl>\r\n <tags>AWS Amazon cloud aw" +
4646
"s-sdk-v4</tags>\r\n <icon>images\\AWSLogo.png</icon>\r\n <dependencies>\r\n " +
47-
"<group targetFramework=\"net462\">\r\n <dependency id=\"System.Buffers\" versio" +
47+
"<group targetFramework=\"net472\">\r\n <dependency id=\"System.Buffers\" versio" +
4848
"n=\"4.5.1\" />\r\n <dependency id=\"System.Memory\" version=\"4.5.5\" />\r\n " +
4949
" <dependency id=\"System.Text.Json\" version=\"8.0.3\" />\r\n </group>\r\n <gr" +
5050
"oup targetFramework=\"netstandard2.0\">\r\n <dependency id=\"Microsoft.Bcl.Asy" +
@@ -55,9 +55,9 @@ public virtual string TransformText()
5555
"rk=\"net8.0\">\r\n </group>\t\t\r\n </dependencies>\r\n </metadata> \r\n <files>\r\n" +
5656
" <file src=\"..\\..\\nuget-content\\AWSLogo.png\" target=\"images\\\" />\r\n <file s" +
5757
"rc=\"..\\..\\nuget-content\\account-management.ps1\" target=\"tools\" />\r\n\r\n <file s" +
58-
"rc=\".\\bin\\Release\\net462\\AWSSDK.Core.dll\" target=\"lib\\net462\" />\r\n <file src=" +
59-
"\".\\bin\\Release\\net462\\AWSSDK.Core.xml\" target=\"lib\\net462\" />\r\n <file src=\".\\" +
60-
"bin\\Release\\net462\\AWSSDK.Core.pdb\" target=\"lib\\net462\" />\r\n\r\n <file src=\".\\b" +
58+
"rc=\".\\bin\\Release\\net472\\AWSSDK.Core.dll\" target=\"lib\\net472\" />\r\n <file src=" +
59+
"\".\\bin\\Release\\net472\\AWSSDK.Core.xml\" target=\"lib\\net472\" />\r\n <file src=\".\\" +
60+
"bin\\Release\\net472\\AWSSDK.Core.pdb\" target=\"lib\\net472\" />\r\n\r\n <file src=\".\\b" +
6161
"in\\Release\\netstandard2.0\\AWSSDK.Core.dll\" target=\"lib\\netstandard2.0\"/>\r\n <f" +
6262
"ile src=\".\\bin\\Release\\netstandard2.0\\AWSSDK.Core.xml\" target=\"lib\\netstandard2." +
6363
"0\"/>\r\n <file src=\".\\bin\\Release\\netstandard2.0\\AWSSDK.Core.pdb\" target=\"lib\\n" +

generator/ServiceClientGeneratorLib/Generators/NuGet/CoreNuspec.tt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<tags>AWS Amazon cloud aws-sdk-v4</tags>
1616
<icon>images\AWSLogo.png</icon>
1717
<dependencies>
18-
<group targetFramework="net462">
18+
<group targetFramework="net472">
1919
<dependency id="System.Buffers" version="4.5.1" />
2020
<dependency id="System.Memory" version="4.5.5" />
2121
<dependency id="System.Text.Json" version="8.0.3" />
@@ -36,9 +36,9 @@
3636
<file src="..\..\nuget-content\AWSLogo.png" target="images\" />
3737
<file src="..\..\nuget-content\account-management.ps1" target="tools" />
3838

39-
<file src=".\bin\Release\net462\AWSSDK.Core.dll" target="lib\net462" />
40-
<file src=".\bin\Release\net462\AWSSDK.Core.xml" target="lib\net462" />
41-
<file src=".\bin\Release\net462\AWSSDK.Core.pdb" target="lib\net462" />
39+
<file src=".\bin\Release\net472\AWSSDK.Core.dll" target="lib\net472" />
40+
<file src=".\bin\Release\net472\AWSSDK.Core.xml" target="lib\net472" />
41+
<file src=".\bin\Release\net472\AWSSDK.Core.pdb" target="lib\net472" />
4242

4343
<file src=".\bin\Release\netstandard2.0\AWSSDK.Core.dll" target="lib\netstandard2.0"/>
4444
<file src=".\bin\Release\netstandard2.0\AWSSDK.Core.xml" target="lib\netstandard2.0"/>

0 commit comments

Comments
 (0)