-
Notifications
You must be signed in to change notification settings - Fork 0
/
Directory.Build.props
32 lines (31 loc) · 1.56 KB
/
Directory.Build.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<Project>
<PropertyGroup>
<LangVersion>preview</LangVersion>
<Version>1.0.0.0</Version>
<Authors>Leonardo C. Guilen</Authors>
<RepositoryUrl>https://github.com/leoguilen/minimal-api_net6.0_toy-code</RepositoryUrl>
</PropertyGroup>
<ItemGroup>
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
<_Parameter1>CovidVaccineSchedulesQueryApi.Infra.IoC</_Parameter1>
</AssemblyAttribute>
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
<_Parameter1>CovidVaccineSchedulesQueryApi.Core.Test</_Parameter1>
</AssemblyAttribute>
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
<_Parameter1>CovidVaccineSchedulesQueryApi.Infra.Caching.Test</_Parameter1>
</AssemblyAttribute>
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
<_Parameter1>CovidVaccineSchedulesQueryApi.Infra.Logging.Test</_Parameter1>
</AssemblyAttribute>
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
<_Parameter1>CovidVaccineSchedulesQueryApi.Infra.Data.MongoDb.Test</_Parameter1>
</AssemblyAttribute>
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
<_Parameter1>CovidVaccineSchedulesQueryApi.IntegrationTest</_Parameter1>
</AssemblyAttribute>
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
<_Parameter1>DynamicProxyGenAssembly2</_Parameter1>
</AssemblyAttribute>
</ItemGroup>
</Project>