11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >net452; netstandard2.0</TargetFrameworks >
4+ <TargetFrameworks >net462;net470;net48; netstandard2.0;net6.0;net7.0;net8.0;net9 .0</TargetFrameworks >
55 <LangVersion >latest</LangVersion >
66 <AssemblyName >OpenAC.Net.GNRe</AssemblyName >
77 <RootNamespace >OpenAC.Net.GNRe</RootNamespace >
88 <SignAssembly >true</SignAssembly >
9- <AssemblyOriginatorKeyFile >OpenAC.snk</AssemblyOriginatorKeyFile >
10- <Copyright >Copyright © Projeto OpenAC .Net 2014 - 2021</Copyright >
11- <Company >OpenAC .Net - Automação Comercial em .Net</Company >
12- <Authors >Projeto OpenAC .Net</Authors >
13- <PackageProjectUrl >https://openac-net.github.io/</PackageProjectUrl >
14- <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
9+ <AssemblyOriginatorKeyFile >OpenAC.snk</AssemblyOriginatorKeyFile >
10+ <Copyright >Copyright © Projeto OpenAC .Net 2014 - 2025</Copyright >
11+ <Company >OpenAC .Net - Automação Comercial em .Net</Company >
12+ <Authors >Projeto OpenAC .Net</Authors >
13+ <PackageProjectUrl >https://openac.net.br/</PackageProjectUrl >
14+ <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
15+ <GenerateDocumentationFile >true</GenerateDocumentationFile >
16+ <PackageIcon >nuget.png</PackageIcon >
1517 <PackageIconUrl >https://avatars.githubusercontent.com/u/90476515?s=200& v=4</PackageIconUrl >
1618 <RepositoryUrl >https://github.com/OpenAC-Net/OpenAC.Net.GNRe</RepositoryUrl >
1719 <RepositoryType >git</RepositoryType >
1820 <PackageTags >OpenAC .Net GNRe</PackageTags >
19- < Description >Projeto para consumo do webservice de Gnre nacional</ Description >
20- < NeutralLanguage >pt-BR</ NeutralLanguage >
21- < PackageLicenseFile >LICENSE</ PackageLicenseFile >
22- <AssemblyVersion >1.5 .0.2 </AssemblyVersion >
23- <FileVersion >1.5 .0.2 </FileVersion >
24- <Version >1.5 .0.2 </Version >
21+ < PackageLicenseFile >LICENSE</ PackageLicenseFile >
22+ < PackageReadmeFile >README.md</ PackageReadmeFile >
23+ < NeutralLanguage >pt-BR</ NeutralLanguage >
24+ <AssemblyVersion >1.6 .0.0 </AssemblyVersion >
25+ <FileVersion >1.6 .0.0 </FileVersion >
26+ <Version >1.6 .0.0 </Version >
2527 <PublishRepositoryUrl >true</PublishRepositoryUrl >
2628 <EmbedUntrackedSources >true</EmbedUntrackedSources >
2729 <DebugType >embedded</DebugType >
2830 <IncludeSymbols >true</IncludeSymbols >
29- <ContinuousIntegrationBuild >true</ContinuousIntegrationBuild >
30- <SymbolPackageFormat >snupkg</SymbolPackageFormat >
31+ <DebugType >embedded</DebugType >
32+ <IncludeSymbols >true</IncludeSymbols >
33+ <ContinuousIntegrationBuild >true</ContinuousIntegrationBuild >
34+ <SymbolPackageFormat >snupkg</SymbolPackageFormat >
35+ <Description >Projeto para consumo do webservice de Gnre nacional</Description >
3136 </PropertyGroup >
3237
33- <PropertyGroup Condition =" '$(TargetFramework)' == 'netstandard2.0'" >
34- <DefineConstants >NETCORE;NETSTANDARD;NETSTANDARD2_0</DefineConstants >
35- </PropertyGroup >
36-
37- <PropertyGroup Condition =" '$(TargetFramework)' == 'net452'" >
38- <DefineConstants >NET45;NETFULL</DefineConstants >
39- </PropertyGroup >
40-
41- <PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net452|AnyCPU'" >
42- <OutputPath >..\..\bin\Debug\</OutputPath >
43- <DocumentationFile >..\..\bin\Debug\net452\OpenAC.Net.GNRe.xml</DocumentationFile >
44- </PropertyGroup >
45-
46- <PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net452|AnyCPU'" >
47- <OutputPath >..\..\bin\Release\</OutputPath >
48- <DocumentationFile >..\..\bin\Release\net452\OpenAC.Net.GNRe.xml</DocumentationFile >
49- </PropertyGroup >
50-
51- <PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard2.0|AnyCPU'" >
52- <OutputPath >..\..\bin\Debug\</OutputPath >
53- <DocumentationFile >..\..\bin\Debug\netstandard2.0\OpenAC.Net.GNRe.xml</DocumentationFile >
54- </PropertyGroup >
55-
56- <PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard2.0|AnyCPU'" >
57- <OutputPath >..\..\bin\Release\</OutputPath >
58- <DocumentationFile >..\..\bin\Release\netstandard2.0\OpenAC.Net.GNRe.xml</DocumentationFile >
59- </PropertyGroup >
60-
6138 <ItemGroup >
62- <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.1.1" >
63- <PrivateAssets >all</PrivateAssets >
64- <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
65- </PackageReference >
66- <PackageReference Include =" OpenAC.Net.Core" Version =" 1.5.0.1" />
67- <PackageReference Include =" OpenAC.Net.DFe.Core" Version =" 1.5.0.2" />
68- <PackageReference Include =" System.ServiceModel.Http" Version =" 4.10.0" />
39+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 8.0.0" >
40+ <PrivateAssets >all</PrivateAssets >
41+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
42+ </PackageReference >
43+ <PackageReference Include =" OpenAC.Net.Core" Version =" 1.6.0" />
44+ <PackageReference Include =" OpenAC.Net.DFe.Core" Version =" 1.6.0.2" />
6945 </ItemGroup >
7046
71- <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0'" >
47+ <ItemGroup Condition =" '$(TargetFramework)' == 'net6.0' or '$(TargetFramework)' == 'net7.0'" >
48+ <PackageReference Include =" System.ServiceModel.Http" Version =" 8.1.2" />
49+ </ItemGroup >
50+
51+ <ItemGroup Condition =" '$(TargetFramework)' == 'net8.0' or '$(TargetFramework)' == 'net9.0'" >
52+ <PackageReference Include =" System.ServiceModel.Http" Version =" 8.1.2" />
53+ </ItemGroup >
54+
55+
56+ <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0' or '$(TargetFramework)' == 'net6.0' or '$(TargetFramework)' == 'net7.0' or '$(TargetFramework)' == 'net8.0' or '$(TargetFramework)' == 'net9.0' " >
7257 <PackageReference Include =" System.Security.Cryptography.Xml" Version =" 6.0.1" />
7358 </ItemGroup >
7459
75- <ItemGroup Condition =" '$(TargetFramework)' == 'net452 ' " >
60+ <ItemGroup Condition =" '$(TargetFramework)' == 'net462' or '$(TargetFramework)' == 'net470' or '$(TargetFramework)' == 'net48 ' " >
7661 <Reference Include =" System.Drawing" />
7762 <Reference Include =" System.ServiceModel" />
7863 <Reference Include =" System.Security" />
7964 </ItemGroup >
8065
8166 <ItemGroup >
67+ <None Include =" ..\..\LICENSE" >
68+ <Pack >True</Pack >
69+ <PackagePath >/</PackagePath >
70+ </None >
71+ <None Include =" ..\..\nuget.png" >
72+ <Pack >True</Pack >
73+ <PackagePath />
74+ <Link >nuget.png</Link >
75+ </None >
8276 <None Include =" ..\..\LICENSE" Pack =" true" PackagePath =" \" />
77+ <None Include =" ..\..\Schemas\**\*.*" >
78+ <Pack >True</Pack >
79+ <PackagePath >content\Schemas\</PackagePath >
80+ </None >
8381 </ItemGroup >
8482
8583</Project >
0 commit comments