Skip to content

Commit 8d702c4

Browse files
author
Ajeet
committed
reset dependencies again
1 parent 1c5159a commit 8d702c4

File tree

5 files changed

+6
-39
lines changed

5 files changed

+6
-39
lines changed

Generic.Repository.EntityFramework.ConsoleApp.Test/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
[assembly: AssemblyCompany("its aby")]
1212
[assembly: AssemblyProduct("Generic.Repository.EntityFramework.ConsoleApp.Test")]
1313
[assembly: AssemblyCopyright("Copyright © 2018")]
14-
[assembly: AssemblyTrademark("")]
14+
[assembly: AssemblyTrademark("logiconly")]
1515
[assembly: AssemblyCulture("")]
1616

1717
// Setting ComVisible to false makes the types in this assembly not visible
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.0.*")]
35+
[assembly: AssemblyVersion("1.0.0.0")]
3636
[assembly: AssemblyFileVersion("1.0.0.0")]

Generic.Repository.EntityFramework.Test/DBManagerTest.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
using System;
2-
using System.Data.Entity;
3-
using System.Threading.Tasks;
4-
using Microsoft.VisualStudio.TestTools.UnitTesting;
1+
using Microsoft.VisualStudio.TestTools.UnitTesting;
52
using Moq;
63

74
namespace Generic.Repository.EntityFramework.Test

Generic.Repository.EntityFramework.Test/RepositoryTests.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
using Microsoft.VisualStudio.TestTools.UnitTesting;
2-
using System;
32
using System.Collections.Generic;
43
using System.Linq;
5-
using System.Text;
6-
using System.Threading.Tasks;
74
using Moq;
85
using System.Data.Entity;
96

Generic.Repository.EntityFramework.Test/app.config

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -4,34 +4,7 @@
44

55
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
66
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 --></configSections>
7-
<runtime>
8-
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
9-
<dependentAssembly>
10-
<assemblyIdentity name="System.Threading.Tasks.Extensions" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
11-
<bindingRedirect oldVersion="0.0.0.0-4.1.1.0" newVersion="4.1.1.0" />
12-
</dependentAssembly>
13-
<dependentAssembly>
14-
<assemblyIdentity name="System.ValueTuple" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
15-
<bindingRedirect oldVersion="0.0.0.0-4.0.2.0" newVersion="4.0.2.0" />
16-
</dependentAssembly>
17-
<dependentAssembly>
18-
<assemblyIdentity name="Microsoft.VisualStudio.Threading" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
19-
<bindingRedirect oldVersion="0.0.0.0-15.3.0.0" newVersion="15.3.0.0" />
20-
</dependentAssembly>
21-
<dependentAssembly>
22-
<assemblyIdentity name="StreamJsonRpc" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
23-
<bindingRedirect oldVersion="0.0.0.0-1.2.0.0" newVersion="1.2.0.0" />
24-
</dependentAssembly>
25-
<dependentAssembly>
26-
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
27-
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
28-
</dependentAssembly>
29-
<dependentAssembly>
30-
<assemblyIdentity name="System.Net.Http" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
31-
<bindingRedirect oldVersion="0.0.0.0-4.2.0.0" newVersion="4.2.0.0" />
32-
</dependentAssembly>
33-
</assemblyBinding>
34-
</runtime>
7+
358
<entityFramework>
369
<defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework" />
3710
<providers>

Generic.Repository.EntityFramework/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
[assembly: AssemblyCompany("its aby")]
1212
[assembly: AssemblyProduct("Generic.Repository.EntityFramework")]
1313
[assembly: AssemblyCopyright("Copyright © 2018")]
14-
[assembly: AssemblyTrademark("")]
14+
[assembly: AssemblyTrademark("logiconly")]
1515
[assembly: AssemblyCulture("")]
1616
[assembly: InternalsVisibleTo("DynamicProxyGenAssembly2")]
1717
[assembly: InternalsVisibleTo("Generic.Repository.EntityFramework.Test")]
@@ -33,5 +33,5 @@
3333
// You can specify all the values or you can default the Build and Revision Numbers
3434
// by using the '*' as shown below:
3535
// [assembly: AssemblyVersion("1.0.*")]
36-
[assembly: AssemblyVersion("1.0.*")]
36+
[assembly: AssemblyVersion("1.0.0.0")]
3737
[assembly: AssemblyFileVersion("1.0.0.0")]

0 commit comments

Comments
 (0)